mirror of
https://git.revela.dev/itsRevela/LCE-Revelations.git
synced 2026-06-26 07:05:47 +00:00
add support for linux clang cross compiles
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "stdafx.h"
|
||||
#include "..\Minecraft.World\FloatBuffer.h"
|
||||
#include "..\Minecraft.World\IntBuffer.h"
|
||||
#include "..\Minecraft.World\ByteBuffer.h"
|
||||
#include "../Minecraft.World/FloatBuffer.h"
|
||||
#include "../Minecraft.World/IntBuffer.h"
|
||||
#include "../Minecraft.World/ByteBuffer.h"
|
||||
|
||||
void glViewport(int x, int y, int w, int h)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user