- #pragma once
- #define IDM_SETWAR3PATH 101
- // CWar3Container
- class CWar3Container : public CStatic
- {
- DECLARE_DYNAMIC(CWar3Container)
- public:
- CWar3Container();
- virtual ~CWar3Container();
- protected:
- DECLARE_MESSAGE_MAP()
- public:
- afx_msg void OnRButtonUp(UINT nFlags, CPoint point);
- afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
- };