summaryrefslogtreecommitdiffstats
path: root/Tools/BiomeVisualiser/BiomeViewWnd.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-11-28 15:57:34 +0100
committermadmaxoft <github@xoft.cz>2013-11-28 20:00:29 +0100
commit8acf0129e10f2b7ce3ec377df4b5cb95d8d93a62 (patch)
tree1cf8e8627859f2e5b725f7469b88b4dc7b378c66 /Tools/BiomeVisualiser/BiomeViewWnd.h
parentMerge pull request #362 from mc-server/redstonefixes (diff)
downloadcuberite-8acf0129e10f2b7ce3ec377df4b5cb95d8d93a62.tar
cuberite-8acf0129e10f2b7ce3ec377df4b5cb95d8d93a62.tar.gz
cuberite-8acf0129e10f2b7ce3ec377df4b5cb95d8d93a62.tar.bz2
cuberite-8acf0129e10f2b7ce3ec377df4b5cb95d8d93a62.tar.lz
cuberite-8acf0129e10f2b7ce3ec377df4b5cb95d8d93a62.tar.xz
cuberite-8acf0129e10f2b7ce3ec377df4b5cb95d8d93a62.tar.zst
cuberite-8acf0129e10f2b7ce3ec377df4b5cb95d8d93a62.zip
Diffstat (limited to '')
-rw-r--r--Tools/BiomeVisualiser/BiomeViewWnd.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/Tools/BiomeVisualiser/BiomeViewWnd.h b/Tools/BiomeVisualiser/BiomeViewWnd.h
index 88e808ab3..e3f70c7e6 100644
--- a/Tools/BiomeVisualiser/BiomeViewWnd.h
+++ b/Tools/BiomeVisualiser/BiomeViewWnd.h
@@ -3,6 +3,12 @@
// Declares the cBiomeViewWnd class representing the window that displays biomes
+
+
+
+
+#pragma once
+
#include "WndProcThunk.h"
#include "BiomeRenderer.h"
#include "BiomeCache.h"
@@ -12,6 +18,13 @@
+// fwd:
+class cBiomeGen;
+
+
+
+
+
class cBiomeViewWnd
{
public:
@@ -26,9 +39,15 @@ protected:
cBiomeRenderer m_Renderer;
cPixmap m_Pixmap;
+ /// The generator that is to be visualised
+ cBiomeGen * m_BiomeGen;
+
bool m_IsLButtonDown;
POINT m_MouseDown;
+
+ void InitBiomeView(void);
+
LRESULT WndProc(HWND a_Wnd, UINT a_Msg, WPARAM wParam, LPARAM lParam);
// Message handlers: