summaryrefslogtreecommitdiffstats
path: root/source/RedstoneSimulator.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/RedstoneSimulator.cpp (renamed from source/cRedstoneSimulator.cpp)10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/cRedstoneSimulator.cpp b/source/RedstoneSimulator.cpp
index 8d46b1347..3d5fd51f0 100644
--- a/source/cRedstoneSimulator.cpp
+++ b/source/RedstoneSimulator.cpp
@@ -1,12 +1,12 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
-#include "cRedstoneSimulator.h"
-#include "cPiston.h"
-#include "cWorld.h"
+#include "RedstoneSimulator.h"
+#include "Piston.h"
+#include "World.h"
#include "BlockID.h"
-#include "cTorch.h"
+#include "Torch.h"
-#include "cRedstone.h"
+#include "Redstone.h"