Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "Globals.h"
#include "TwoHeights.h"
#include "../Noise/InterpolNoise.h"
#include "HeiGen.h"
#include "../LinearUpscale.h"
#include "../IniFile.h"
Go to the source code of this file.
Classes | |
class | cTwoHeights |
Functions | |
std::unique_ptr< cTerrainShapeGen > | CreateShapeGenTwoHeights (int a_Seed, cBiomeGen &a_BiomeGen) |
Creates and returns a new instance of the cTwoHeights terrain shape generator. More... | |
std::unique_ptr<cTerrainShapeGen> CreateShapeGenTwoHeights | ( | int | a_Seed, |
cBiomeGen & | a_BiomeGen | ||
) |
Creates and returns a new instance of the cTwoHeights terrain shape generator.
The instance must be Initialize()-d before it is used.
Definition at line 116 of file TwoHeights.cpp.