上传用户:zhengjing
上传日期:2022-08-08
资源大小:5708k
文件大小:1k
源码类别:

游戏

开发平台:

Visual C++

  1. // 俄罗斯方块.h : main header file for the 俄罗斯方块 application
  2. //
  3. #if !defined(AFX__H__BEAA4A39_7074_4164_B06A_91E758E8951B__INCLUDED_)
  4. #define AFX__H__BEAA4A39_7074_4164_B06A_91E758E8951B__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 "resource.h"       // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CMyApp:
  14. // See 俄罗斯方块.cpp for the implementation of this class
  15. //
  16. class CMyApp : public CWinApp
  17. {
  18. public:
  19. int speed;
  20. CMyApp();
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CMyApp)
  24. public:
  25. virtual BOOL InitInstance();
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. //{{AFX_MSG(CMyApp)
  29. afx_msg void OnAppAbout();
  30. afx_msg void OnMenuitemEasy();
  31. afx_msg void OnMenuitemHard();
  32. afx_msg void OnMenuitemNormal();
  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__H__BEAA4A39_7074_4164_B06A_91E758E8951B__INCLUDED_)