skyblue_BoxMan.h
上传用户:qiangti
上传日期:2022-04-06
资源大小:644k
文件大小:1k
源码类别:

其他智力游戏

开发平台:

Visual C++

  1. /*++
  2. Copyright (c) AFE(Active-Free-Elegance)
  3. Module Name:
  4.     skyblue_BoxMan.h
  5. Abstract:
  6. BoxMan Game 's App Class
  7. Author:
  8.     Weijian Luo (Arthur Luo)   15-Jun-2005
  9. E-mail: skybluehacker@yahoo.com.cn
  10. Revision History:      1.0
  11. --*/
  12. #if !defined(AFX_SKYBLUE_BOXMAN_H__C535EB93_B16D_4215_BDBD_E403DDCE4514__INCLUDED_)
  13. #define AFX_SKYBLUE_BOXMAN_H__C535EB93_B16D_4215_BDBD_E403DDCE4514__INCLUDED_
  14. #if _MSC_VER > 1000
  15. #pragma once
  16. #endif // _MSC_VER > 1000
  17. #ifndef __AFXWIN_H__
  18. #error include 'stdafx.h' before including this file for PCH
  19. #endif
  20. #include "resource.h"       // main symbols
  21. /////////////////////////////////////////////////////////////////////////////
  22. // CSkyblue_BoxManApp:
  23. // See skyblue_BoxMan.cpp for the implementation of this class
  24. //
  25. class CSkyblue_BoxManApp : public CWinApp
  26. {
  27. public:
  28. CSkyblue_BoxManApp();
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CSkyblue_BoxManApp)
  32. public:
  33. virtual BOOL InitInstance();
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. //{{AFX_MSG(CSkyblue_BoxManApp)
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. public:
  40. CWnd * m_pBoxManWnd;
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_SKYBLUE_BOXMAN_H__C535EB93_B16D_4215_BDBD_E403DDCE4514__INCLUDED_)