mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-18 20:45:53 +00:00
9 lines
231 B
C++
9 lines
231 B
C++
#include "SpecBase.hpp"
|
|
|
|
static HECL::Database::DataSpecEntry SpecMP2
|
|
(
|
|
_S("MP2"),
|
|
_S("Data specification for original Metroid Prime 2 engine"),
|
|
[](HECL::Database::DataSpecTool tool) -> HECL::Database::IDataSpec* {}
|
|
);
|