Move variant pools to their own compile unit.

This commit is contained in:
Lukas Tenbrink 2026-02-20 17:06:11 +01:00
parent be587f3a2d
commit e9465cd380
11 changed files with 197 additions and 52 deletions

View file

@ -33,6 +33,7 @@
#include "core/os/mutex.h"
#include "core/os/os.h"
#include "core/string/print_string.h"
#include "core/templates/paged_allocator.h"
struct StringName::Table {
constexpr static uint32_t TABLE_BITS = 16;