mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-23 11:52:28 +00:00
refactor: move Minecraft.Client into app
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user