2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-10 08:59:07 +00:00
metaforce/hecl/lib/database/Registry.cpp
2015-07-03 20:03:59 -10:00

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;
}
}