summaryrefslogtreecommitdiffstats
path: root/source/BlockArea.cpp
diff options
context:
space:
mode:
authorlapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-09 09:00:28 +0200
committerlapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-07-09 09:00:28 +0200
commit4b62d1c4631088eb0181048af2d57d67ab9f602e (patch)
treedf7333fa82b36fff8647d1ebea44f73ed274b266 /source/BlockArea.cpp
parentSquirrel Plugins (diff)
downloadcuberite-4b62d1c4631088eb0181048af2d57d67ab9f602e.tar
cuberite-4b62d1c4631088eb0181048af2d57d67ab9f602e.tar.gz
cuberite-4b62d1c4631088eb0181048af2d57d67ab9f602e.tar.bz2
cuberite-4b62d1c4631088eb0181048af2d57d67ab9f602e.tar.lz
cuberite-4b62d1c4631088eb0181048af2d57d67ab9f602e.tar.xz
cuberite-4b62d1c4631088eb0181048af2d57d67ab9f602e.tar.zst
cuberite-4b62d1c4631088eb0181048af2d57d67ab9f602e.zip
Diffstat (limited to '')
-rw-r--r--source/BlockArea.cpp (renamed from source/cBlockArea.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cBlockArea.cpp b/source/BlockArea.cpp
index 810503f04..7750b94fb 100644
--- a/source/cBlockArea.cpp
+++ b/source/BlockArea.cpp
@@ -5,7 +5,7 @@
// The object also supports writing the blockdata back into cWorld, even into other coords
#include "Globals.h"
-#include "cBlockArea.h"
+#include "BlockArea.h"
#include "cWorld.h"