START.H
上传用户:cncdtg88
上传日期:2013-03-14
资源大小:10474k
文件大小:1k
源码类别:

射击游戏

开发平台:

Visual C++

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