summaryrefslogtreecommitdiff
path: root/src/biome.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/biome.h')
-rw-r--r--src/biome.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/biome.h b/src/biome.h
index cf3bd1b9f..aa83c4e0b 100644
--- a/src/biome.h
+++ b/src/biome.h
@@ -91,6 +91,9 @@ public:
void addBiome(Biome *b);
void resolveNodeNames(INodeDefManager *ndef);
u8 getBiomeIdByName(const char *name);
+
+ s16 calcBlockHeat(v3s16 p, u64 seed, float timeofday, float totaltime);
+ s16 calcBlockHumidity(v3s16 p, u64 seed, float timeofday, float totaltime);
};
#endif