#include <move.h>
Public Attributes | |
| unsigned long long | flipped |
| int | x |
| int | score |
| unsigned int | cost |
| struct Move * | next |
move representation
| unsigned int Move::cost |
move cost
| unsigned long long Move::flipped |
bitboard representation of flipped squares
| int Move::score |
score for this move
| int Move::x |
square played
1.8.14