summaryrefslogtreecommitdiff
path: root/src/T2MWControl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2MWControl.cpp')
-rw-r--r--src/T2MWControl.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/T2MWControl.cpp b/src/T2MWControl.cpp
index 205827e..d9cd2c1 100644
--- a/src/T2MWControl.cpp
+++ b/src/T2MWControl.cpp
@@ -1,6 +1,7 @@
+#include "StdAfx.h"
#include "T2MWControl.h"
#include "T2TowerDoc.h"
-#include "T2WorldDef.h"
+#include "T2DLL/T2WorldDef.h"
#ifdef _DEBUG
#define new DEBUG_NEW
@@ -21,11 +22,13 @@ T2MWControl::T2MWControl() {
}
BEGIN_MESSAGE_MAP(T2MWControl, CWnd)
+ //{{AFX_MSG_MAP(T2MWControl)
ON_WM_ERASEBKGND()
ON_WM_QUERYNEWPALETTE()
ON_WM_LBUTTONDOWN()
ON_WM_LBUTTONUP()
ON_WM_MOUSEMOVE()
+ //}}AFX_MSG_MAP
END_MESSAGE_MAP()
/*virtual*/ void T2MWControl::Setup(T2TowerDoc *inDoc) {