2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 15:07:41 +00:00

added pak index DNA records

This commit is contained in:
Jack Andersen
2015-07-05 15:33:06 -10:00
parent a0ec6da171
commit 7ff2e9a0d9
15 changed files with 420 additions and 54 deletions

View File

@@ -49,12 +49,12 @@ struct SpecMP1 : public SpecBase
}
};
static HECL::Database::DataSpecEntry SpecMP1
(
HECL::Database::DataSpecEntry SpecMP1 =
{
_S("MP1"),
_S("Data specification for original Metroid Prime engine"),
[](HECL::Database::DataSpecTool) -> HECL::Database::IDataSpec* {return new struct SpecMP1;}
);
};
}