2014-11-12 21:24:26 +01:00
|
|
|
|
|
|
|
|
// CompoGenBiomal.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include "ComposableGenerator.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** Returns a new instance of the Biomal composition generator. */
|
2021-03-08 16:39:43 +00:00
|
|
|
std::unique_ptr<cTerrainCompositionGen> CreateCompoGenBiomal(int a_Seed);
|