All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Variables
canAttackInThreeMovesTable.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const bool canAttackInThreeMovesTable [16][0x100][0x100]
 各駒について、ある Square から 3手以内に敵玉の 5x5 以内に侵入できるかどうかのテーブル More...
 

Variable Documentation

const bool canAttackInThreeMovesTable[16][0x100][0x100]
static

各駒について、ある Square から 3手以内に敵玉の 5x5 以内に侵入できるかどうかのテーブル

Definition at line 10 of file canAttackInThreeMovesTable.h.

Referenced by osl::move_classifier::canAttackInThreeMoves().