summaryrefslogtreecommitdiff
path: root/src/map.cpp
diff options
context:
space:
mode:
authorproller <proller@github.com>2013-03-13 00:41:14 +0400
committerkwolekr <kwolekr@minetest.net>2013-03-16 21:48:32 -0400
commit165498cecfc11f3471d84855f4d019be9b353621 (patch)
treea907ea34711c3c56d29c691d985e7047413c018e /src/map.cpp
parente3badd7062d4bee62335cf100f3f91ef4c370aae (diff)
downloadminetest-165498cecfc11f3471d84855f4d019be9b353621.tar.gz
minetest-165498cecfc11f3471d84855f4d019be9b353621.tar.bz2
minetest-165498cecfc11f3471d84855f4d019be9b353621.zip
initial mapgen indev version with farscale feature and huge caves
Diffstat (limited to 'src/map.cpp')
-rw-r--r--src/map.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map.cpp b/src/map.cpp
index 6103b9017..3d36675a8 100644
--- a/src/map.cpp
+++ b/src/map.cpp
@@ -35,6 +35,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "rollback_interface.h"
#include "emerge.h"
#include "mapgen_v6.h"
+#include "mapgen_indev.h"
#define PP(x) "("<<(x).X<<","<<(x).Y<<","<<(x).Z<<")"