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

其他智力游戏

开发平台:

C/C++

  1. // app
  2. #if !defined(AFX_SKYBLUE_LLK_H__A2AA2546_B9F0_4250_9623_03889A3B311A__INCLUDED_)
  3. #define AFX_SKYBLUE_LLK_H__A2AA2546_B9F0_4250_9623_03889A3B311A__INCLUDED_
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. #ifndef __AFXWIN_H__
  8. #error include 'stdafx.h' before including this file for PCH
  9. #endif
  10. #include "resource.h" // main symbols
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CSkyblue_LLKApp:
  13. // See skyblue_LLK.cpp for the implementation of this class
  14. //
  15. class CSkyblue_LLKApp : public CWinApp
  16. {
  17. public:
  18. CSkyblue_LLKApp();
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CSkyblue_LLKApp)
  22. public:
  23. virtual BOOL InitInstance();
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. //{{AFX_MSG(CSkyblue_LLKApp)
  27. // NOTE - the ClassWizard will add and remove member functions here.
  28. //    DO NOT EDIT what you see in these blocks of generated code !
  29. //}}AFX_MSG
  30. DECLARE_MESSAGE_MAP()
  31. };
  32. /////////////////////////////////////////////////////////////////////////////
  33. //{{AFX_INSERT_LOCATION}}
  34. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  35. #endif // !defined(AFX_SKYBLUE_LLK_H__A2AA2546_B9F0_4250_9623_03889A3B311A__INCLUDED_)