fix(Minecraft.Client|World) FIX ALL HEADERS HOLY SHIT

This commit is contained in:
Mohamed Ashraf
2026-03-01 21:42:44 +04:00
parent 241491e122
commit d6f88335e7
16 changed files with 75 additions and 54 deletions
@@ -1,6 +1,6 @@
#pragma once
#include "GameRuleDefinition.h"
#include "..\..\..\Minecraft.World\StructurePiece.h"
#include "../../../Minecraft.World/StructurePiece.h"
class Level;
class Random;
@@ -35,4 +35,4 @@ public:
bool checkIntersects(int x0, int y0, int z0, int x1, int y1, int z1);
virtual int getMinY();
};
};