Move variant pools to their own compile unit.
This commit is contained in:
parent
be587f3a2d
commit
e9465cd380
11 changed files with 197 additions and 52 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue