X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.h;h=46f8fbd46a104ad173d80ec73db4608f1f331b73;hp=c0af52269afe5997bb7f73c526c77f3e4322d55e;hb=5c944fb3b46931262effc6628ca5eb58fa4aa172;hpb=f3d0b76feb2f27e78832950e54702e81901ddbbc diff --git a/src/bitboard.h b/src/bitboard.h index c0af5226..46f8fbd4 100644 --- a/src/bitboard.h +++ b/src/bitboard.h @@ -349,6 +349,7 @@ extern Square pop_1st_bit(Bitboard* b); extern void print_bitboard(Bitboard b); extern void init_bitboards(); +extern int bitScanReverse32(uint32_t b); #endif // !defined(BITBOARD_H_INCLUDED)