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
+1 -1
View File
@@ -19,7 +19,7 @@
#include "app/common/src/Colours/ColourTable.h"
#include "app/common/src/Console_Debug_enum.h"
#include "app/common/src/Network/GameNetworkManager.h"
#include "app/linux/Linux_App.h"
#include "app/linux/LinuxGame.h"
#include "app/linux/Stubs/winapi_stubs.h"
#include "app/include/FrameProfiler.h"
#include "java/Random.h"