22 lines
209 B
C
22 lines
209 B
C
|
|
||
|
// CompoGenBiomal.h
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "ComposableGenerator.h"
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
/** Returns a new instance of the Biomal composition generator. */
|
||
|
cTerrainCompositionGenPtr CreateCompoGenBiomal(int a_Seed);
|
||
|
|
||
|
|
||
|
|
||
|
|