diff options
author | tonibm19 <tonibm19@gmail.com> | 2013-10-12 20:21:28 +0200 |
---|---|---|
committer | tonibm19 <tonibm19@gmail.com> | 2013-10-12 20:21:28 +0200 |
commit | c28d3d7771834bbc44fc264ce7258eeda642072f (patch) | |
tree | 6c2942d148a4ced6a8d3269e905c061ad496a386 /source/World.cpp | |
parent | Mob spawning changes (diff) | |
download | cuberite-c28d3d7771834bbc44fc264ce7258eeda642072f.tar cuberite-c28d3d7771834bbc44fc264ce7258eeda642072f.tar.gz cuberite-c28d3d7771834bbc44fc264ce7258eeda642072f.tar.bz2 cuberite-c28d3d7771834bbc44fc264ce7258eeda642072f.tar.lz cuberite-c28d3d7771834bbc44fc264ce7258eeda642072f.tar.xz cuberite-c28d3d7771834bbc44fc264ce7258eeda642072f.tar.zst cuberite-c28d3d7771834bbc44fc264ce7258eeda642072f.zip |
Diffstat (limited to '')
-rw-r--r-- | source/World.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/World.cpp b/source/World.cpp index f2b96e75d..c9b3306f7 100644 --- a/source/World.cpp +++ b/source/World.cpp @@ -1,3 +1,4 @@ + #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules #include "BlockID.h" |