Mine.h
上传用户:hbrsgg1
上传日期:2014-05-08
资源大小:2826k
文件大小:1k
源码类别:

其他智力游戏

开发平台:

C/C++

  1. #if !defined(AFX_MINE_H__009533F8_ACB7_4BD3_A0BA_A8D5925D624D__INCLUDED_)
  2. #define AFX_MINE_H__009533F8_ACB7_4BD3_A0BA_A8D5925D624D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. #ifndef __AFXWIN_H__
  7. #error include 'stdafx.h' before including this file for PCH
  8. #endif
  9. #include "resource.h" // main symbols
  10. #include "MineWnd.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. class CMineApp : public CWinApp
  13. {
  14. public:
  15. CMineApp();
  16. CMineWnd *m_pMineWnd;
  17. //{{AFX_VIRTUAL(CMineApp)
  18. public:
  19. virtual BOOL InitInstance();
  20. virtual int ExitInstance();
  21. //}}AFX_VIRTUAL
  22. //{{AFX_MSG(CMineApp)
  23. //}}AFX_MSG
  24. DECLARE_MESSAGE_MAP()
  25. private:
  26. UINT m_uXMineNum;
  27. UINT m_uYMineNum;
  28. };
  29. //{{AFX_INSERT_LOCATION}}
  30. #endif // !defined(AFX_MINE_H__009533F8_ACB7_4BD3_A0BA_A8D5925D624D__INCLUDED_)