]> git.lizzy.rs Git - minetest.git/blobdiff - src/emerge.cpp
CollisionMoveSimple: Collide with 'ignore' nodes
[minetest.git] / src / emerge.cpp
index e9d96c0baf462539c731dfb73111fe0951ea9540..ffe387f636c6d42b37e0e301a3929b129548056f 100644 (file)
@@ -34,10 +34,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "log.h"
 #include "map.h"
 #include "mapblock.h"
-#include "mg_biome.h"
-#include "mg_ore.h"
-#include "mg_decoration.h"
-#include "mg_schematic.h"
+#include "mapgen/mg_biome.h"
+#include "mapgen/mg_ore.h"
+#include "mapgen/mg_decoration.h"
+#include "mapgen/mg_schematic.h"
 #include "nodedef.h"
 #include "profiler.h"
 #include "scripting_server.h"