mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-27 13:23:37 +00:00
FIX COMPILE AND IT'S ALMOST DONE HOLY SHIT
This commit is contained in:
parent
a92d346a46
commit
1ae227e9ba
|
|
@ -4,8 +4,8 @@
|
|||
#include "../Consoles_App.h"
|
||||
#include "../../../Player/MultiPlayerLocalPlayer.h"
|
||||
#include "../../../../Minecraft.World/Headers/net.minecraft.world.level.h"
|
||||
#include "../../Minecraft.World/leveldata.h"
|
||||
#include "../../Minecraft.World/mth.h"
|
||||
#include "../../../../Minecraft.World/Level/LevelData.h"
|
||||
#include "../../Minecraft.World/Util/Mth.h"
|
||||
#include "../../../Textures/Packs/TexturePackRepository.h"
|
||||
#include "../../../Textures/Packs/DLCTexturePack.h"
|
||||
#include "../DLC/DLCAudioFile.h"
|
||||
|
|
@ -1676,4 +1676,4 @@ F32 AILCALLBACK custom_falloff_function (HSAMPLE S,
|
|||
return result;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
#include <GL/glu.h>
|
||||
#include <GL/glext.h>
|
||||
#include <dlfcn.h>
|
||||
#include "../../Minecraft.World/IntBuffer.h"
|
||||
#include "../../Minecraft.World/FloatBuffer.h"
|
||||
#include "../../Minecraft.World/ByteBuffer.h"
|
||||
#include "../../Minecraft.World/IO/Streams/IntBuffer.h"
|
||||
#include "../../Minecraft.World/IO/Streams/FloatBuffer.h"
|
||||
#include "../../Minecraft.World/IO/Streams/ByteBuffer.h"
|
||||
|
||||
int glGenTextures()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,14 +5,14 @@
|
|||
#include <string>
|
||||
#include <pthread.h>
|
||||
|
||||
#include "../stubs.h"
|
||||
#include "../Common/Consoles_App.h"
|
||||
#include "Stubs/LinuxStubs.h"
|
||||
#include "../../Build/Common/Consoles_App.h"
|
||||
|
||||
void Display::update() {}
|
||||
|
||||
int CMinecraftApp::GetTPConfigVal(WCHAR* pwchDataFile) { return 0; }
|
||||
|
||||
#include "../../Minecraft.World/x64headers/extraX64.h"
|
||||
#include "../../Minecraft.World/Build/x64headers/extraX64.h"
|
||||
|
||||
void PIXSetMarkerDeprecated(int a, const char* b, ...) {}
|
||||
|
||||
|
|
|
|||
|
|
@ -392,4 +392,3 @@ void glCullFace(int dir)
|
|||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
Loading…
Reference in a new issue