mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 16:03:42 +00:00
15 lines
333 B
C++
15 lines
333 B
C++
#ifdef __linux__
|
|
|
|
#include "Minecraft.Client/Common/Consoles_App.h"
|
|
#include "Minecraft.Client/Header Files/stubs.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
|