X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fmg_biome.h;h=8d519f808cc175de92254c1c2dea33a72315e397;hb=65c09a96f41705bb8e75fc5ff4276342be91ed11;hp=ce5ce2f0a9edd2073e644d69f5991aef2fe7f665;hpb=406d9ba87b9f6e57b86c6282bf157e3341aa195c;p=minetest.git diff --git a/src/mg_biome.h b/src/mg_biome.h index ce5ce2f0a..8d519f808 100644 --- a/src/mg_biome.h +++ b/src/mg_biome.h @@ -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;