Go to the source code of this file.
Variables | |
static const bool | canAttackInThreeMovesTable [16][0x100][0x100] |
各駒について、ある Square から 3手以内に敵玉の 5x5 以内に侵入できるかどうかのテーブル |
const bool canAttackInThreeMovesTable[16][0x100][0x100] [static] |
各駒について、ある Square から 3手以内に敵玉の 5x5 以内に侵入できるかどうかのテーブル
Definition at line 10 of file canAttackInThreeMovesTable.h.
Referenced by osl::move_classifier::canAttackInThreeMoves().