diff options
Diffstat (limited to '')
-rw-r--r-- | source/cWorldGenerator_Test.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/cWorldGenerator_Test.h b/source/cWorldGenerator_Test.h new file mode 100644 index 000000000..cb08cf97c --- /dev/null +++ b/source/cWorldGenerator_Test.h @@ -0,0 +1,10 @@ +#pragma once
+
+#include "cWorldGenerator.h"
+
+class cWorldGenerator_Test : public cWorldGenerator
+{
+protected:
+ virtual void GenerateTerrain( cChunk* a_Chunk );
+ virtual void GenerateFoliage( cChunk* a_Chunk );
+};
\ No newline at end of file |