1
0

BiomeVisualiser: Moved into the Tools folder

git-svn-id: http://mc-server.googlecode.com/svn/trunk@1655 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com
2013-07-06 19:43:13 +00:00
parent 4b18fd2eb1
commit 209ad87026
17 changed files with 33 additions and 33 deletions

View File

@@ -0,0 +1,31 @@
// BiomeVisualiser.h
// Declares the cBiomeVisualiser class representing the entire application
#include "BiomeViewWnd.h"
class cBiomeVisualiser
{
public:
cBiomeVisualiser(void);
int Run(void);
protected:
cBiomeViewWnd m_MainWnd;
cMCLogger m_Logger;
} ;