X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.h;h=c9f199eee0105c910fa7c9bc539bf113d7e4884f;hp=e390b01855447186fcc6c991bd04118b9c10be9b;hb=002bf4d8dbf804ce8303e01733341a0922af2e71;hpb=5ea327d9242db82a60c610cdd3d5f1d9bb0b38a5 diff --git a/src/bitboard.h b/src/bitboard.h index e390b018..c9f199ee 100644 --- a/src/bitboard.h +++ b/src/bitboard.h @@ -39,6 +39,7 @@ const std::string pretty(Bitboard b); } +const Bitboard AllSquares = ~Bitboard(0); const Bitboard DarkSquares = 0xAA55AA55AA55AA55ULL; const Bitboard FileABB = 0x0101010101010101ULL;