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

added runtime stubs

This commit is contained in:
Jack Andersen
2015-07-11 12:41:10 -10:00
parent 043af55580
commit c1f4f31e6f
15 changed files with 31 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ struct STRG : BigDNA
struct Language
{
HECL::FourCC lang;
FourCC lang;
std::vector<std::wstring> strings;
};
std::vector<Language> langs;