#include "mapgen.h"
#include "voxel.h"
#include "noise.h"
#include "mapblock.h"
#include "mapnode.h"
#include "map.h"
#include "nodedef.h"
#include "voxelalgorithms.h"
#include "settings.h"
#include "emerge.h"
#include "dungeongen.h"
#include "mg_biome.h"
#include "mg_ore.h"
#include "mg_decoration.h"
#include "mapgen_valleys.h"
#include "cavegen.h"
#include <cmath>
Variables | |
FlagDesc | flagdesc_mapgen_valleys [] |
FlagDesc flagdesc_mapgen_valleys[] |
Referenced by MapgenValleysParams::readParams(), MapgenValleysParams::setDefaultSettings(), and MapgenValleysParams::writeParams().