1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

initial mapgen indev version with farscale feature and huge caves

This commit is contained in:
proller 2013-03-13 00:41:14 +04:00 committed by kwolekr
parent e3badd7062
commit 165498cecf
12 changed files with 456 additions and 41 deletions

View file

@ -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<<")"