ui.h

来自「vc2005编写黑白棋」· C头文件 代码 · 共 22 行

H
22
字号
class UI
{
public:
	int iData[8][8];
	int iMode;
public://界面的操作
	bool SelectDllName(string ,int);
	bool PushStart();
	bool PushExit();
	bool Clear();
	bool SeletFirst(int mark);
	int **GetChess();
	void Begin();
	void NewChess();
	void SetTimeLimit(int n);
public://内核操作
	void EndResult(string );
	void ShowTime(string );
	void ShowScore(string );
	void Show(string );
	void ShowName(string name,int n);
};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?