diff options
author | madmaxoft <github@xoft.cz> | 2013-08-19 11:39:13 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-19 11:39:13 +0200 |
commit | 1a7912744ff2e0abfeae0d2d75af80d73209580c (patch) | |
tree | e5372cdfece1852c00ed7b0219ad77ee82ea1858 /source/Simulator | |
parent | Fixed timed event wait on Linux. (diff) | |
download | cuberite-1a7912744ff2e0abfeae0d2d75af80d73209580c.tar cuberite-1a7912744ff2e0abfeae0d2d75af80d73209580c.tar.gz cuberite-1a7912744ff2e0abfeae0d2d75af80d73209580c.tar.bz2 cuberite-1a7912744ff2e0abfeae0d2d75af80d73209580c.tar.lz cuberite-1a7912744ff2e0abfeae0d2d75af80d73209580c.tar.xz cuberite-1a7912744ff2e0abfeae0d2d75af80d73209580c.tar.zst cuberite-1a7912744ff2e0abfeae0d2d75af80d73209580c.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Simulator/RedstoneSimulator.cpp | 2 | ||||
-rw-r--r-- | source/Simulator/SandSimulator.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/Simulator/RedstoneSimulator.cpp b/source/Simulator/RedstoneSimulator.cpp index 6d1415265..615e36a49 100644 --- a/source/Simulator/RedstoneSimulator.cpp +++ b/source/Simulator/RedstoneSimulator.cpp @@ -8,7 +8,7 @@ #include "../World.h" #include "../BlockID.h" #include "../Chunk.h" -#include "../TNTEntity.h" +#include "../Entities/TNTEntity.h" diff --git a/source/Simulator/SandSimulator.cpp b/source/Simulator/SandSimulator.cpp index e6026be83..f4f0cdc80 100644 --- a/source/Simulator/SandSimulator.cpp +++ b/source/Simulator/SandSimulator.cpp @@ -5,7 +5,7 @@ #include "../World.h" #include "../BlockID.h" #include "../Defines.h" -#include "../FallingBlock.h" +#include "../Entities/FallingBlock.h" #include "../Chunk.h" |