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.filters | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'VC2010/MCServer.vcxproj.filters') diff --git a/VC2010/MCServer.vcxproj.filters b/VC2010/MCServer.vcxproj.filters index f2a5cedae..1b3cb6ab9 100644 --- a/VC2010/MCServer.vcxproj.filters +++ b/VC2010/MCServer.vcxproj.filters @@ -421,6 +421,9 @@ {b690d7b6-3697-4d91-bab3-21fd652986be} + + {72727ea7-779f-439e-8f30-53bd6985c9e7} + @@ -841,6 +844,9 @@ Packets\cPacket_PlayerListItem + + cWorldGenerator + @@ -1296,6 +1302,9 @@ Packets\cPacket_PlayerListItem + + cWorldGenerator + -- cgit v1.2.3