summaryrefslogtreecommitdiffstats
path: root/src/Generating/TwoHeights.h
blob: fbdcfdcfdb3e9f03c4461b6a3f59ce119bc547d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

// TwoHeights.h

// Declares the function to create a new instance of the cTwoHeights terrain shape generator





#pragma once

#include "ComposableGenerator.h"




/** Creates and returns a new instance of the cTwoHeights terrain shape generator.
The instance must be Initialize()-d before it is used. */
extern std::unique_ptr<cTerrainShapeGen> CreateShapeGenTwoHeights(int a_Seed, cBiomeGen & a_BiomeGen);