diff options
Diffstat (limited to 'src/BiomeDef.h')
-rw-r--r-- | src/BiomeDef.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/BiomeDef.h b/src/BiomeDef.h index 9c7afd478..050c641d3 100644 --- a/src/BiomeDef.h +++ b/src/BiomeDef.h @@ -151,6 +151,9 @@ extern bool IsBiomeVeryCold(EMCSBiome a_Biome); Doesn't report Very Cold biomes, use IsBiomeVeryCold() for those. */ extern bool IsBiomeCold(EMCSBiome a_Biome); +/** Returns true if the biome is a mountain type */ +extern bool IsBiomeMountain(EMCSBiome a_Biome); + /** Returns the height when a biome when a biome starts snowing. */ extern int GetSnowStartHeight(EMCSBiome a_Biome); |