From 0d8ecbeca1a93acab395326db3e90f444c8bbc18 Mon Sep 17 00:00:00 2001 From: faketruth Date: Mon, 26 Dec 2011 23:23:05 +0000 Subject: Some kind of 'template' world generator that right now just generates an all dirt world. You can use this to test new algorithms git-svn-id: http://mc-server.googlecode.com/svn/trunk@127 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cWorldGenerator_Test.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 source/cWorldGenerator_Test.h (limited to 'source/cWorldGenerator_Test.h') 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 -- cgit v1.2.3