mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 16:24:55 +00:00
Huge compile performance refactor
This commit is contained in:
@@ -8,14 +8,11 @@
|
||||
|
||||
#include "hecl/Database.hpp"
|
||||
|
||||
namespace hecl
|
||||
{
|
||||
namespace Database
|
||||
namespace hecl::Database
|
||||
{
|
||||
/* Centralized registry for DataSpec lookup */
|
||||
std::vector<const struct DataSpecEntry*> DATA_SPEC_REGISTRY;
|
||||
}
|
||||
}
|
||||
|
||||
@HECL_DATASPEC_DECLS@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user