mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 09:25:37 +02:00
Split up mapgen.cpp
This commit is contained in:
@@ -31,7 +31,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include "tool.h"
|
||||
#include "serverobject.h"
|
||||
#include "porting.h"
|
||||
#include "mapgen.h"
|
||||
#include "mg_schematic.h"
|
||||
#include "noise.h"
|
||||
#include "json/json.h"
|
||||
|
||||
struct EnumString es_TileAnimationType[] =
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user