X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.h;h=c9f199eee0105c910fa7c9bc539bf113d7e4884f;hp=e390b01855447186fcc6c991bd04118b9c10be9b;hb=323925b91c49449ec2f0eee8d85b7a51d6472ea3;hpb=c0cb713a000ef176cdad16defe640b7b6432a4a9 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;