gamebox.cpp

来自「俄罗斯方块小游戏的源码 只实现了基本的功能」· C++ 代码 · 共 21 行

CPP
21
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?