refactor: extract LocalizationManager, ArchiveManager, SkinManager from Game

This commit is contained in:
MatthewBeshay
2026-04-04 18:12:43 +11:00
committed by Tropical
parent 0c7800d28b
commit d61d3cddab
9 changed files with 2180 additions and 1899 deletions

View File

@@ -5,6 +5,4 @@
void Display::update() {}
int Game::GetTPConfigVal(wchar_t* pwchDataFile) { return 0; }
#endif