see.h

来自「超强国际象棋引擎」· C头文件 代码 · 共 15 行

H
15
字号
// see.h

#ifndef SEE_H

#define SEE_H

// functions

extern int see_move(int move, const board_t *board);
extern int see_square(const board_t *board, int to, int color);

#endif // !defined SEE_H

// end of see.h

⌨️ 快捷键说明

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