mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-13 22:11:59 +00:00
11 lines
175 B
C++
11 lines
175 B
C++
#ifdef __linux__
|
|
|
|
#include "app/common/Game.h"
|
|
#include "app/common/stubs.h"
|
|
|
|
void Display::update() {}
|
|
|
|
int Game::GetTPConfigVal(wchar_t* pwchDataFile) { return 0; }
|
|
|
|
#endif
|