⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gameframe.h

📁 一个用VC开发的完整的俄罗斯方块游戏源程序代码。
💻 H
字号:
#if !defined(AFX_GAMEFRAME_H__4653772A_3112_4732_B8D8_E9B7715F2391__INCLUDED_)
#define AFX_GAMEFRAME_H__4653772A_3112_4732_B8D8_E9B7715F2391__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GameFrame.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CGameFrame frame

class CGameFrame : public CFrameWnd
{
	DECLARE_DYNCREATE(CGameFrame)
public:
	CGameFrame();           // protected constructor used by dynamic creation
	void LoadDiamond(void);
	void Show(void);
	void Sent(void);
// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CGameFrame)
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CGameFrame();

	// Generated message map functions
	//{{AFX_MSG(CGameFrame)
	afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnClose();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_GAMEFRAME_H__4653772A_3112_4732_B8D8_E9B7715F2391__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -