mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 09:34:24 +00:00
11 lines
176 B
C++
11 lines
176 B
C++
#ifdef __linux__
|
|
|
|
#include "app/common/Game.h"
|
|
#include "app/include/stubs.h"
|
|
|
|
void Display::update() {}
|
|
|
|
int Game::GetTPConfigVal(wchar_t* pwchDataFile) { return 0; }
|
|
|
|
#endif
|