summaryrefslogblamecommitdiffstats
path: root/src/Generating/TwoHeights.h
blob: 3535980118be1ea31e8a705112f01061bd2295f2 (plain) (tree)






















                                                                                            

// 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 cTerrainShapeGenPtr CreateShapeGenTwoHeights(int a_Seed, cBiomeGenPtr a_BiomeGen);