diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-13 11:53:28 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-13 11:53:28 +0200 |
commit | f7da7c2536b438db92bc28b88c4139d9af15e44f (patch) | |
tree | 4710e9e41ebcf2317ebacade2801732ba9184b41 /source/Simulator/RedstoneSimulator.cpp | |
parent | ProtoProxy: Fixed parsing of the PACKET_PLAYER_ABILITIES packet. (diff) | |
download | cuberite-f7da7c2536b438db92bc28b88c4139d9af15e44f.tar cuberite-f7da7c2536b438db92bc28b88c4139d9af15e44f.tar.gz cuberite-f7da7c2536b438db92bc28b88c4139d9af15e44f.tar.bz2 cuberite-f7da7c2536b438db92bc28b88c4139d9af15e44f.tar.lz cuberite-f7da7c2536b438db92bc28b88c4139d9af15e44f.tar.xz cuberite-f7da7c2536b438db92bc28b88c4139d9af15e44f.tar.zst cuberite-f7da7c2536b438db92bc28b88c4139d9af15e44f.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Simulator/RedstoneSimulator.cpp (renamed from source/RedstoneSimulator.cpp) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/RedstoneSimulator.cpp b/source/Simulator/RedstoneSimulator.cpp index 6c3e27228..1c30be324 100644 --- a/source/RedstoneSimulator.cpp +++ b/source/Simulator/RedstoneSimulator.cpp @@ -2,10 +2,10 @@ #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules #include "RedstoneSimulator.h" -#include "Piston.h" -#include "World.h" -#include "BlockID.h" -#include "Torch.h" +#include "../Piston.h" +#include "../World.h" +#include "../BlockID.h" +#include "../Torch.h" |