mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-31 09:46:47 +00:00
refactor: all backslash includes must die
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