NUM_POSSIBLE_MOVES top-level constant
int
const NUM_POSSIBLE_MOVES
Implementation
const int NUM_POSSIBLE_MOVES = NUM_SQUARES * NUM_SQUARES;
const int NUM_POSSIBLE_MOVES = NUM_SQUARES * NUM_SQUARES;