summaryrefslogtreecommitdiff
path: root/src/DbgPeopleView.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/DbgPeopleView.cpp')
-rw-r--r--src/DbgPeopleView.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/DbgPeopleView.cpp b/src/DbgPeopleView.cpp
index 3419b77..91d17b6 100644
--- a/src/DbgPeopleView.cpp
+++ b/src/DbgPeopleView.cpp
@@ -1,7 +1,8 @@
+#include "StdAfx.h"
#include "DbgPeopleView.h"
-#include "T2People.h"
-#include "T2PeopleArray.h"
-#include "T2PeopleArrayList.h"
+#include "T2DLL/T2People.h"
+#include "T2DLL/T2PeopleArray.h"
+#include "T2DLL/T2PeopleArrayList.h"
#ifdef _DEBUG
#define new DEBUG_NEW
@@ -20,10 +21,12 @@ DbgPeopleView::DbgPeopleView() {
}
BEGIN_MESSAGE_MAP(DbgPeopleView, CFrameWnd)
+ //{{AFX_MSG_MAP(DbgPeopleView)
ON_WM_ERASEBKGND()
ON_WM_CREATE()
ON_WM_TIMER()
ON_WM_DESTROY()
+ //}}AFX_MSG_MAP
END_MESSAGE_MAP()
void DbgPeopleView::SetPeople(T2PeopleArrayList *inList) {