summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBill Derouin <derouinbill@gmail.com>2014-01-10 16:23:53 +0100
committerBill Derouin <derouinbill@gmail.com>2014-01-10 16:23:53 +0100
commit1c2004dfbbd520b929357bce13cdeb06d41ce0ff (patch)
tree1ee9e7e10cad46f13d5323f08994f922511fc169 /src
parentMove biome definition to separate files (diff)
downloadcuberite-1c2004dfbbd520b929357bce13cdeb06d41ce0ff.tar
cuberite-1c2004dfbbd520b929357bce13cdeb06d41ce0ff.tar.gz
cuberite-1c2004dfbbd520b929357bce13cdeb06d41ce0ff.tar.bz2
cuberite-1c2004dfbbd520b929357bce13cdeb06d41ce0ff.tar.lz
cuberite-1c2004dfbbd520b929357bce13cdeb06d41ce0ff.tar.xz
cuberite-1c2004dfbbd520b929357bce13cdeb06d41ce0ff.tar.zst
cuberite-1c2004dfbbd520b929357bce13cdeb06d41ce0ff.zip
Diffstat (limited to 'src')
-rw-r--r--src/BiomeDef.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/BiomeDef.cpp b/src/BiomeDef.cpp
index 06b48e9d0..f7f48db9f 100644
--- a/src/BiomeDef.cpp
+++ b/src/BiomeDef.cpp
@@ -3,7 +3,8 @@
// Implements biome helper functions
-
+#include "BiomeDef.h"
+#include "Globals.h"
EMCSBiome StringToBiome(const AString & a_BiomeString)