mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 18:13:40 +00:00
20 lines
390 B
C++
20 lines
390 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_t* pwchDataFile) { return 0; }
|
|
|
|
#include "../../../Minecraft.World/x64headers/extraX64.h"
|
|
|
|
void PIXSetMarkerDeprecated(int a, const char* b, ...) {}
|
|
|
|
#endif
|