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

📄 gamebox.cpp

📁 俄罗斯方块小游戏的源码 只实现了基本的功能
💻 CPP
字号:
// GameBox.cpp: implementation of the CGameBox class.
//
//////////////////////////////////////////////////////////////////////

#include "stdafx.h"
#include "GameBox.h"

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////

CGameBox::CGameBox()
{

}

CGameBox::~CGameBox()
{

}

⌨️ 快捷键说明

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