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