diff options
Diffstat (limited to '')
-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 888e3bb19..f8dea3e9f 100644 --- a/src/BiomeDef.h +++ b/src/BiomeDef.h @@ -154,6 +154,9 @@ extern bool IsBiomeCold(EMCSBiome a_Biome); /** Returns true if the biome is mountainous (mutations of the extreme hills biome) */ extern bool IsBiomeMountain(EMCSBiome a_Biome); +/** Returns true if the biome is Mesa or one of its mutations. */ +extern bool IsBiomeMesa(EMCSBiome a_Biome); + /** Returns the height when a biome when a biome starts snowing. */ extern int GetSnowStartHeight(EMCSBiome a_Biome); |