mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-26 20:33:36 +00:00
11 lines
219 B
C++
11 lines
219 B
C++
#ifdef __linux__
|
|
|
|
#include "Minecraft.Client/Common/Consoles_App.h"
|
|
#include "Minecraft.Client/include/stubs.h"
|
|
|
|
void Display::update() {}
|
|
|
|
int CMinecraftApp::GetTPConfigVal(wchar_t* pwchDataFile) { return 0; }
|
|
|
|
#endif
|