From 537e1afcb1134a3b49fbc5483243e46b46b42f22 Mon Sep 17 00:00:00 2001 From: faketruth Date: Mon, 26 Dec 2011 02:39:43 +0000 Subject: Moved the actual world generation from cChunk.cpp to a more isolated file cWorldGenerator.cpp New generators should inherit cWorldGenerator and implement their own generation algorithms git-svn-id: http://mc-server.googlecode.com/svn/trunk@117 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- VC2010/MCServer.vcxproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'VC2010/MCServer.vcxproj') diff --git a/VC2010/MCServer.vcxproj b/VC2010/MCServer.vcxproj index 42fd90443..2317408a1 100644 --- a/VC2010/MCServer.vcxproj +++ b/VC2010/MCServer.vcxproj @@ -278,6 +278,7 @@ + @@ -425,6 +426,7 @@ + -- cgit v1.2.3