Cuberite
A lightweight, fast and extensible game server for Minecraft
CompoGenBiomal.h
Go to the documentation of this file.
1 
2 // CompoGenBiomal.h
3 
4 
5 
6 
7 
8 #pragma once
9 
10 #include "ComposableGenerator.h"
11 
12 
13 
14 
15 
17 std::unique_ptr<cTerrainCompositionGen> CreateCompoGenBiomal(int a_Seed);
std::unique_ptr< cTerrainCompositionGen > CreateCompoGenBiomal(int a_Seed)
Returns a new instance of the Biomal composition generator.