summaryrefslogtreecommitdiffstats
path: root/source/cWorldGenerator_Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cWorldGenerator_Test.h')
-rw-r--r--source/cWorldGenerator_Test.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/cWorldGenerator_Test.h b/source/cWorldGenerator_Test.h
index 5a5483fa9..8c4dc0e99 100644
--- a/source/cWorldGenerator_Test.h
+++ b/source/cWorldGenerator_Test.h
@@ -15,8 +15,9 @@ public:
cWorldGenerator_Test(cWorld * a_World) : cWorldGenerator(a_World) {}
protected:
- virtual void GenerateTerrain( cChunkPtr a_Chunk ) override;
- virtual void GenerateFoliage( cChunkPtr a_Chunk ) override;
+
+ virtual void GenerateTerrain(int a_ChunkX, int a_ChunkY, int a_ChunkZ, char * a_BlockData) override;
+ virtual void GenerateFoliage(cChunkPtr & a_Chunk ) override;
};