Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "Globals.h"
#include "HeiGen.h"
#include "../IniFile.h"
#include "DistortedHeightmap.h"
#include "EndGen.h"
#include "Noise3DGenerator.h"
#include "TwoHeights.h"
Go to the source code of this file.
Classes | |
class | cTerrainHeightToShapeGen |
Converts old-style height-generators into new-style shape-generators. More... | |
Typedefs | |
typedef std::shared_ptr< cTerrainHeightToShapeGen > | cTerrainHeightToShapeGenPtr |
typedef std::shared_ptr<cTerrainHeightToShapeGen> cTerrainHeightToShapeGenPtr |
Definition at line 69 of file ShapeGen.cpp.