mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 11:51:31 +00:00
13 lines
182 B
C++
13 lines
182 B
C++
#include "HECL/Database.hpp"
|
|
|
|
namespace HECL
|
|
{
|
|
namespace Database
|
|
{
|
|
|
|
/* Centralized registry for DataSpec lookup */
|
|
std::vector<const struct DataSpecEntry*> DATA_SPEC_REGISTRY;
|
|
|
|
}
|
|
}
|