chore: replace backslashes with forward slashes for linux cross compilation

This commit is contained in:
George V.
2026-04-20 18:15:27 +03:00
parent 0d2f561106
commit eed98a6603
16 changed files with 25 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
#include "stdafx.h"
#include "EndermiteModel.h"
#include "Cube.h"
#include "..\Minecraft.World\Mth.h"
#include "../Minecraft.World/Mth.h"
#include "ModelPart.h"