global1.h
来自「围棋游戏」· C头文件 代码 · 共 6 行
H
6 行
#ifndef _INC_GLOBAL1
#define _INC_GLOBAL1
BOOL Computer=TRUE;
int UserBW=1;//1 the user's color is black or 0 the user's color is white
int SearchDeep=2;
#endif;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?