From c920fe38a19013b99f3f74e48da9724fb053c212 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Sun, 9 Jul 2023 20:59:16 +0100 Subject: support building from VC++ IDE, add resources --- src/DbgPeopleView.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/DbgPeopleView.h') diff --git a/src/DbgPeopleView.h b/src/DbgPeopleView.h index 6be9d18..2a69527 100644 --- a/src/DbgPeopleView.h +++ b/src/DbgPeopleView.h @@ -3,18 +3,23 @@ class DbgPeopleView : public CFrameWnd { DECLARE_DYNCREATE(DbgPeopleView) - DECLARE_MESSAGE_MAP() public: DbgPeopleView(); ~DbgPeopleView(); void SetPeople(T2PeopleArrayList *inList); + T2PeopleArrayList *mPeopleArrayList; + + //{{AFX_VIRTUAL(DbgPeopleView) + //}}AFX_VIRTUAL + protected: + //{{AFX_MSG(DbgPeopleView) afx_msg BOOL OnEraseBkgnd(CDC* pDC); afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); afx_msg void OnTimer(UINT nIDEvent); afx_msg void OnDestroy(); - - T2PeopleArrayList *mPeopleArrayList; + //}}AFX_MSG + DECLARE_MESSAGE_MAP() }; -- cgit v1.2.3