]> git.lizzy.rs Git - minetest.git/blobdiff - src/mg_biome.h
Set acceleration only once in falling node
[minetest.git] / src / mg_biome.h
index ce5ce2f0a9edd2073e644d69f5991aef2fe7f665..8d519f808cc175de92254c1c2dea33a72315e397 100644 (file)
@@ -20,9 +20,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #ifndef MG_BIOME_HEADER
 #define MG_BIOME_HEADER
 
-#include "mapgen.h"
-
-struct NoiseParams;
+#include "objdef.h"
+#include "nodedef.h"
 
 enum BiomeType
 {
@@ -42,6 +41,7 @@ class Biome : public ObjDef, public NodeResolver {
        content_t c_stone;
        content_t c_water_top;
        content_t c_water;
+       content_t c_river_water;
        content_t c_dust;
 
        s16 depth_top;