mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 11:53:36 +00:00
20 lines
391 B
C++
20 lines
391 B
C++
#ifdef __linux__
|
|
|
|
#include <cstddef>
|
|
#include <cstring>
|
|
#include <string>
|
|
#include <pthread.h>
|
|
|
|
#include "Stubs/LinuxStubs.h"
|
|
#include "../Common/Consoles_App.h"
|
|
|
|
void Display::update() {}
|
|
|
|
int CMinecraftApp::GetTPConfigVal(WCHAR* pwchDataFile) { return 0; }
|
|
|
|
#include "../../Minecraft.World/Platform/x64headers/extraX64.h"
|
|
|
|
void PIXSetMarkerDeprecated(int a, const char* b, ...) {}
|
|
|
|
#endif
|