summaryrefslogtreecommitdiff
path: root/src/T2CtrlPalette.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2CtrlPalette.h')
-rw-r--r--src/T2CtrlPalette.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/T2CtrlPalette.h b/src/T2CtrlPalette.h
index b262fee..a400a3a 100644
--- a/src/T2CtrlPalette.h
+++ b/src/T2CtrlPalette.h
@@ -2,8 +2,6 @@
#include "common.h"
class T2CtrlPalette : public CFrameWnd {
- DECLARE_MESSAGE_MAP()
-
public:
T2CtrlPalette();
virtual ~T2CtrlPalette();
@@ -27,11 +25,17 @@ public:
T2WorldDef *mWorldDef;
BOOL mIsSetUp;
+ //{{AFX_VIRTUAL(T2CtrlPalette)
+ //}}AFX_VIRTUAL
+
protected:
+ //{{AFX_MSG(T2CtrlPalette)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg BOOL OnQueryNewPalette();
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg void OnClose();
+ //}}AFX_MSG
+ DECLARE_MESSAGE_MAP()
static int sUnknown;
};