War3Container.h
上传用户:jinbin898
上传日期:2022-06-24
资源大小:89k
文件大小:0k
源码类别:

外挂编程

开发平台:

Visual C++

  1. #pragma once
  2. #define IDM_SETWAR3PATH 101
  3. // CWar3Container
  4. class CWar3Container : public CStatic
  5. {
  6. DECLARE_DYNAMIC(CWar3Container)
  7. public:
  8. CWar3Container();
  9. virtual ~CWar3Container();
  10. protected:
  11. DECLARE_MESSAGE_MAP()
  12. public:
  13. afx_msg void OnRButtonUp(UINT nFlags, CPoint point);
  14. afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
  15. };