mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-17 15:25:52 +00:00
10 lines
232 B
C++
10 lines
232 B
C++
#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* {}
|
|
);
|
|
|