2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 14:27:42 +00:00

integrated dataspec into RetroCommon

This commit is contained in:
Jack Andersen
2015-07-01 13:50:39 -10:00
parent af64e55395
commit 1e7f39e4c5
17 changed files with 214 additions and 18 deletions

8
DataSpec/SpecMP2.cpp Normal file
View File

@@ -0,0 +1,8 @@
#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* {}
);