diff options
Diffstat (limited to 'src/Generating/TwoHeights.h')
-rw-r--r-- | src/Generating/TwoHeights.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Generating/TwoHeights.h b/src/Generating/TwoHeights.h index 7dcf47c77..fbdcfdcfd 100644 --- a/src/Generating/TwoHeights.h +++ b/src/Generating/TwoHeights.h @@ -16,8 +16,4 @@ /** 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, const cBiomeGenPtr & a_BiomeGen); - - - - +extern std::unique_ptr<cTerrainShapeGen> CreateShapeGenTwoHeights(int a_Seed, cBiomeGen & a_BiomeGen); |