⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 evasion.h

📁 超强国际象棋引擎
💻 H
字号:
// evasion.h

#ifndef MOVE_EVASION_H

#define MOVE_EVASION_H

// includes

#include "attack.h"
#include "move_list.h"

// functions

extern void gen_legal_evasions(list_t *list, const board_t *board, const attack_t *attack);
extern void gen_pseudo_evasions(list_t *list, const board_t *board, const attack_t *attack);
extern bool legal_evasion_exist(const board_t *board, const attack_t *attack);

#endif // !defined MOVE_EVASION_H

// end of evasion.h

⌨️ 快捷键说明

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