summaryrefslogtreecommitdiffstats
path: root/source/cWorldGenerator_Test.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/cWorldGenerator_Test.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/source/cWorldGenerator_Test.h b/source/cWorldGenerator_Test.h
deleted file mode 100644
index 966ce4a8d..000000000
--- a/source/cWorldGenerator_Test.h
+++ /dev/null
@@ -1,25 +0,0 @@
-
-#pragma once
-
-#include "cWorldGenerator.h"
-
-
-
-
-
-class cWorldGenerator_Test :
- public cWorldGenerator
-{
-public:
-
- cWorldGenerator_Test(cWorld * a_World) : cWorldGenerator(a_World) {}
-
-protected:
-
- virtual void GenerateTerrain(int a_ChunkX, int a_ChunkY, int a_ChunkZ, BLOCKTYPE * a_BlockData) override;
- virtual void GenerateFoliage(int a_ChunkX, int a_ChunkY, int a_ChunkZ) override;
-};
-
-
-
-