Cuberite
A lightweight, fast and extensible game server for Minecraft
Classes | Functions
TwoHeights.cpp File Reference
#include "Globals.h"
#include "TwoHeights.h"
#include "../Noise/InterpolNoise.h"
#include "HeiGen.h"
#include "../LinearUpscale.h"
#include "../IniFile.h"
Include dependency graph for TwoHeights.cpp:

Go to the source code of this file.

Classes

class  cTwoHeights
 

Functions

std::unique_ptr< cTerrainShapeGenCreateShapeGenTwoHeights (int a_Seed, cBiomeGen &a_BiomeGen)
 Creates and returns a new instance of the cTwoHeights terrain shape generator. More...
 

Function Documentation

◆ CreateShapeGenTwoHeights()

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.