world/server linux support

This commit is contained in:
NOTPIES
2026-03-15 22:21:24 -03:00
parent 6d6016a403
commit 9b34142250
823 changed files with 5141 additions and 3263 deletions

View File

@@ -1,7 +1,7 @@
#include "stdafx.h"
#include "ExplodeParticle.h"
#include "..\Minecraft.World\JavaMath.h"
#include "..\Minecraft.World\Random.h"
#include "../Minecraft.World/JavaMath.h"
#include "../Minecraft.World/Random.h"
ExplodeParticle::ExplodeParticle(Level *level, double x, double y, double z, double xa, double ya, double za) : Particle(level, x, y, z, xa, ya, za)
{