#pragma once #include "common.h" class DbgEventList : public CDialog { DECLARE_MESSAGE_MAP() public: DbgEventList(CWnd *pParentWnd); virtual BOOL OnInitDialog(); protected: virtual void DoDataExchange(CDataExchange *pDX); void RefreshEvents(); void AddEvents(LArray &array, const char *mode); afx_msg void OnEventStart(); CListCtrl mList; T2TowerEvent *mTowerEvent; };