X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.h;h=d2b623f609ea584a1fcee81ff87917179360889e;hp=f06fbe8a8a3739ab96556bd4b7531e177d073394;hb=080a4995a3977a0fe7071e62151dc4d716a13302;hpb=20224a5bbf2844b5b64eec1de199c2d51b8d93d4 diff --git a/src/bitboard.h b/src/bitboard.h index f06fbe8a..d2b623f6 100644 --- a/src/bitboard.h +++ b/src/bitboard.h @@ -93,6 +93,8 @@ extern Bitboard BishopPseudoAttacks[64]; extern Bitboard RookPseudoAttacks[64]; extern Bitboard QueenPseudoAttacks[64]; +extern uint8_t BitCount8Bit[256]; + //// //// Inline functions