mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-27 00:13:37 +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
|