?? cgame.cpp
字號(hào):
//**************************************************************************************
//
// Copyright @2006 - 2007, All Rights Reserved.
//
// Filename: CGame.h
//
// Author: Yin Zhou
//
// Created: 04/07/2008
//
// Purpose: Implemenation of CGame class
// 關(guān)于一局游戲類的具體實(shí)現(xiàn)
//
//***************************************************************************************
#include "stdafx.h"
#include "CGame.h"
CGame::CGame(CSet * set1, CSet * set2) {
}
CGame::~CGame() {
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -