summaryrefslogblamecommitdiffstats
path: root/Tools/BiomeVisualiser/BiomeVisualiser.h
blob: 3fa90646be12db6be71b45003f332d70cfe5b182 (plain) (tree)






























                                                                          

// 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;
} ;