?? game.h
字號:
#ifndef __GAME_H__
#define __GAME_H__
#include"Root.h"
#include"Common.h"
#include"FK.h"
class CGame:public CRoot
{
public:
CGame();
~CGame();
GameState Logic(bool goOn);
private:
int backColor;//背景顏色
int charColor;
CFK* fangkuai;//方塊
int gameCount;
int gamePauseCount;
int isRed;
int level;
int oldlevel;
int scort;
int oldscort;
char scortStr[10];
char levelStr[10];
};
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -