mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-04 15:15:11 +00:00
11 lines
193 B
C++
11 lines
193 B
C++
#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
|