diff options
author | lapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-07-09 09:00:28 +0200 |
---|---|---|
committer | lapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-07-09 09:00:28 +0200 |
commit | 4b62d1c4631088eb0181048af2d57d67ab9f602e (patch) | |
tree | df7333fa82b36fff8647d1ebea44f73ed274b266 /source/BlockArea.cpp | |
parent | Squirrel Plugins (diff) | |
download | cuberite-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"
|