📄 cgame.cpp
字号:
//**************************************************************************************
//
// Copyright @2006 - 2007, All Rights Reserved.
//
// Filename: CGame.h
//
// Author: Yin Zhou
//
// Created: 04/07/2008
//
// Purpose: Implemenation of CGame class
// 关于一局游戏类的具体实现
//
//***************************************************************************************
#include "stdafx.h"
#include "CGame.h"
CGame::CGame(CSet * set1, CSet * set2) {
}
CGame::~CGame() {
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -