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

射击游戏

开发平台:

Visual C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MAINFRM_H__5DA77EC9_9457_11D3_A037_00201852D7C9__INCLUDED_)
  5. #define AFX_MAINFRM_H__5DA77EC9_9457_11D3_A037_00201852D7C9__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CMainFrame : public CFrameWnd
  10. {
  11. public:
  12. CMainFrame();
  13. protected: 
  14. DECLARE_DYNCREATE(CMainFrame)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CMainFrame)
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. public:
  25. virtual ~CMainFrame();
  26. #ifdef _DEBUG
  27. #endif
  28. // Generated message map functions
  29. protected:
  30. //{{AFX_MSG(CMainFrame)
  31. afx_msg void OnPaint();
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. };
  35. /////////////////////////////////////////////////////////////////////////////
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_MAINFRM_H__5DA77EC9_9457_11D3_A037_00201852D7C9__INCLUDED_)