Remove duplicated enum Phase definition

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2011-06-29 17:40:33 +01:00
parent fb2fdb21d3
commit f25582d4b8
4 changed files with 37 additions and 45 deletions

View File

@@ -252,6 +252,15 @@ enum ScaleFactor {
SCALE_FACTOR_NONE = 255
};
enum CastleRight {
CASTLES_NONE = 0,
WHITE_OO = 1,
BLACK_OO = 2,
WHITE_OOO = 4,
BLACK_OOO = 8,
ALL_CASTLES = 15
};
/// Score enum keeps a midgame and an endgame value in a single
/// integer (enum), first LSB 16 bits are used to store endgame