mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-26 04:23:36 +00:00
9 lines
110 B
C++
9 lines
110 B
C++
#ifdef __linux__
|
|
|
|
#include "app/common/Game.h"
|
|
#include "platform/stubs.h"
|
|
|
|
void Display::update() {}
|
|
|
|
#endif
|