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

Split up mapgen.cpp

This commit is contained in:
kwolekr 2014-11-01 13:16:23 -04:00
parent db25f75337
commit 9e811a92e7
20 changed files with 1178 additions and 962 deletions

View file

@ -25,8 +25,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "util/serialize.h"
#include "server.h"
#include "environment.h"
#include "biome.h"
#include "mg_biome.h"
#include "emerge.h"
#include "mg_biome.h"
#include "mg_ore.h"
#include "mg_decoration.h"
#include "mg_schematic.h"
#include "mapgen_v7.h"
#include "main.h"
#include "log.h"