summaryrefslogtreecommitdiff
path: root/include/bitboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bitboard.h')
-rw-r--r--include/bitboard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bitboard.h b/include/bitboard.h
index 3e1118d..b1ddcf0 100644
--- a/include/bitboard.h
+++ b/include/bitboard.h
@@ -27,11 +27,13 @@ enum {
WHITE_LONG_CASTLE = 1 << 1,
BLACK_SHORT_CASTLE = 1 << 2,
BLACK_LONG_CASTLE = 1 << 3,
+ CASTLE_COUNT = 4,
};
enum {
WHITE_TURN,
BLACK_TURN,
+ TURN_COUNT,
};
#define BITMASK_RANK_1 255ULL