2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 05:47:42 +00:00
This commit is contained in:
Jack Andersen
2017-01-21 15:53:11 -10:00
38 changed files with 514 additions and 187 deletions

View File

@@ -5,13 +5,13 @@ namespace urde
{
const std::vector<FourCC> CStringTable::skLanguages =
{
'ENGL',
'FREN',
'GERM',
'SPAN',
'ITAL',
'DUTC',
'JAPN'
FOURCC('ENGL'),
FOURCC('FREN'),
FOURCC('GERM'),
FOURCC('SPAN'),
FOURCC('ITAL'),
FOURCC('DUTC'),
FOURCC('JAPN')
};
FourCC CStringTable::mCurrentLanguage = CStringTable::skLanguages[0];