summaryrefslogtreecommitdiffstats
path: root/source/cWorldGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cWorldGenerator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/cWorldGenerator.h b/source/cWorldGenerator.h
index 1852e74d2..3083b37dd 100644
--- a/source/cWorldGenerator.h
+++ b/source/cWorldGenerator.h
@@ -28,6 +28,8 @@ protected:
// Thread-unsafe:
MTRand r1;
+
+ void GenerateOre(char a_OreType, int a_MaxHeight, int a_NumNests, int a_NestSize, char * a_BlockData);
static unsigned int MakeIndex(int x, int y, int z );