?? over.h
字號:
#ifndef __OVER_H__
#define __OVER_H__
#include"Root.h"
#include"Common.h"
class COver:public CRoot
{
public:
COver();
~COver();
GameState Logic(bool goOn);
private:
int backColor;
int overCount;
int color;
char GameOverStr[15];
char pressEnter[20];
char pressEsc[20];
};
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -