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

其他智力游戏

开发平台:

C/C++

  1. /*++
  2. Copyright (c) AFE(Active-Free-Elegance)
  3. Module Name:
  4.     skyblue_PinTu.cpp
  5. Abstract:
  6. App class of the Game
  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_PINTU_H__7FDDC196_E3D7_4166_BD61_54F4CC503D24__INCLUDED_)
  13. #define AFX_SKYBLUE_PINTU_H__7FDDC196_E3D7_4166_BD61_54F4CC503D24__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_PinTuApp:
  23. // See skyblue_PinTu.cpp for the implementation of this class
  24. //
  25. class CSkyblue_PinTuApp : public CWinApp
  26. {
  27. public:
  28. CSkyblue_PinTuApp();
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CSkyblue_PinTuApp)
  32. public:
  33. virtual BOOL InitInstance();
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. //{{AFX_MSG(CSkyblue_PinTuApp)
  37. afx_msg void OnAppAbout();
  38. // NOTE - the ClassWizard will add and remove member functions here.
  39. //    DO NOT EDIT what you see in these blocks of generated code !
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. /////////////////////////////////////////////////////////////////////////////
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_SKYBLUE_PINTU_H__7FDDC196_E3D7_4166_BD61_54F4CC503D24__INCLUDED_)