refactor: rename CMinecraftApp to Game, extract IPlatformGame interface

This commit is contained in:
MatthewBeshay
2026-04-04 10:17:12 +11:00
parent 7ecb17596a
commit 31580d44dd
301 changed files with 718 additions and 684 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
#ifdef __linux__
#include "app/common/Consoles_App.h"
#include "app/common/Game.h"
#include "app/include/stubs.h"
void Display::update() {}
int CMinecraftApp::GetTPConfigVal(wchar_t* pwchDataFile) { return 0; }
int Game::GetTPConfigVal(wchar_t* pwchDataFile) { return 0; }
#endif