]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - src/environment.h
refactoring
[dragonblocks_alpha.git] / src / environment.h
index 232e76dafea541a08db57ad0b5c35e7f615abf5a..f9a3ef785601c2cabac1e781fe16c7ea75a8ccef 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "types.h"
 
-f64 get_wetness(v3s32 pos);
+f64 get_humidity(v3s32 pos);
 f64 get_temperature(v3s32 pos);
 
-#endif
+#endif // _ENVIRONMENT_H_