#include "mapgen.h"
Go to the source code of this file.
Classes | |
struct | MapgenFlatParams |
class | MapgenFlat |
Macros | |
#define | MGFLAT_LAKES 0x01 |
#define | MGFLAT_HILLS 0x02 |
#define | MGFLAT_CAVERNS 0x04 |
Variables | |
FlagDesc | flagdesc_mapgen_flat [] |
#define MGFLAT_CAVERNS 0x04 |
Referenced by MapgenFlat::makeChunk().
#define MGFLAT_HILLS 0x02 |
#define MGFLAT_LAKES 0x01 |
|
extern |