refactor: move Minecraft.Client into app

This commit is contained in:
MatthewBeshay
2026-04-02 16:09:32 +11:00
parent e5a859f8a7
commit 11f9bd6046
784 changed files with 2598 additions and 2604 deletions
+10
View File
@@ -0,0 +1,10 @@
#ifdef __linux__
#include "app/common/Consoles_App.h"
#include "app/include/stubs.h"
void Display::update() {}
int CMinecraftApp::GetTPConfigVal(wchar_t* pwchDataFile) { return 0; }
#endif