diff options
Diffstat (limited to '')
-rw-r--r-- | source/Redstone.cpp (renamed from source/cRedstone.cpp) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/cRedstone.cpp b/source/Redstone.cpp index 701835d5a..01a343223 100644 --- a/source/cRedstone.cpp +++ b/source/Redstone.cpp @@ -1,10 +1,10 @@ #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules -#include "cRedstone.h" -#include "cPiston.h" -#include "cRoot.h" -#include "cWorld.h" +#include "Redstone.h" +#include "Piston.h" +#include "Root.h" +#include "World.h" #include "BlockID.h" #include <iostream> |