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:
8
DataSpec/SpecMP2.cpp
Normal file
8
DataSpec/SpecMP2.cpp
Normal 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* {}
|
||||
);
|
||||
Reference in New Issue
Block a user