2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-17 15:25:52 +00:00
metaforce/DataSpec/SpecMP3.cpp
2015-07-01 13:50:39 -10:00

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* {}
);