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
@@ -4,7 +4,7 @@
#include <sstream>
#include <vector>
#include "app/linux/Linux_App.h"
#include "app/linux/LinuxGame.h"
#include "util/StringHelpers.h"
HtmlString::HtmlString(std::wstring text, eMinecraftColour hexColor,