summaryrefslogtreecommitdiffstats
path: root/src/Generating/CompoGenBiomal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Generating/CompoGenBiomal.h')
-rw-r--r--src/Generating/CompoGenBiomal.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/Generating/CompoGenBiomal.h b/src/Generating/CompoGenBiomal.h
new file mode 100644
index 000000000..a3a65d3dc
--- /dev/null
+++ b/src/Generating/CompoGenBiomal.h
@@ -0,0 +1,21 @@
+
+// CompoGenBiomal.h
+
+
+
+
+
+#pragma once
+
+#include "ComposableGenerator.h"
+
+
+
+
+
+/** Returns a new instance of the Biomal composition generator. */
+cTerrainCompositionGenPtr CreateCompoGenBiomal(int a_Seed);
+
+
+
+