summaryrefslogtreecommitdiffstats
path: root/src/BiomeDef.h
diff options
context:
space:
mode:
authorNiLSPACE <NiLSPACE@users.noreply.github.com>2015-02-28 18:05:06 +0100
committerNiLSPACE <NiLSPACE@users.noreply.github.com>2015-02-28 18:05:06 +0100
commit24bb911c3cce1eefc6fce198ae8696c25342515e (patch)
tree3abaabac7549e5038261e48a7c74bf21ba0b72a6 /src/BiomeDef.h
parentMerge pull request #1779 from mc-server/DoorHingesFix (diff)
parentGetSnowStartHeight returns an int (diff)
downloadcuberite-24bb911c3cce1eefc6fce198ae8696c25342515e.tar
cuberite-24bb911c3cce1eefc6fce198ae8696c25342515e.tar.gz
cuberite-24bb911c3cce1eefc6fce198ae8696c25342515e.tar.bz2
cuberite-24bb911c3cce1eefc6fce198ae8696c25342515e.tar.lz
cuberite-24bb911c3cce1eefc6fce198ae8696c25342515e.tar.xz
cuberite-24bb911c3cce1eefc6fce198ae8696c25342515e.tar.zst
cuberite-24bb911c3cce1eefc6fce198ae8696c25342515e.zip
Diffstat (limited to 'src/BiomeDef.h')
-rw-r--r--src/BiomeDef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/BiomeDef.h b/src/BiomeDef.h
index 84751cfd7..cda12556a 100644
--- a/src/BiomeDef.h
+++ b/src/BiomeDef.h
@@ -129,4 +129,7 @@ extern bool IsBiomeVeryCold(EMCSBiome a_Biome);
Doesn't report Very Cold biomes, use IsBiomeVeryCold() for those. */
extern bool IsBiomeCold(EMCSBiome a_Biome);
+/** Returns the height when a biome when a biome starts snowing.*/
+extern int GetSnowStartHeight(EMCSBiome a_Biome);
+
// tolua_end