2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 13:07: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

9
DataSpec/SpecMP3.cpp Normal file
View File

@@ -0,0 +1,9 @@
#include "SpecBase.hpp"
static HECL::Database::DataSpecEntry SpecMP3
(
_S("MP3"),
_S("Data specification for original Metroid Prime 3 engine"),
[](HECL::Database::DataSpecTool tool) -> HECL::Database::IDataSpec* {}
);