X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.h;h=e3331bd440784c1e2bdec3154012c6f03d2a2c9f;hp=35904377ea62d633f55adc83b749b55f8e8f85a7;hb=f2950ae2064fed7767b738ba569e33ae7eaad0a7;hpb=733d0099b2a3e3ad594bb551d37c8a06c62f13db diff --git a/src/bitboard.h b/src/bitboard.h index 35904377..e3331bd4 100644 --- a/src/bitboard.h +++ b/src/bitboard.h @@ -33,7 +33,7 @@ void print(Bitboard b); namespace Bitbases { void init_kpk(); -uint32_t probe_kpk(Square wksq, Square wpsq, Square bksq, Color stm); +bool probe_kpk(Square wksq, Square wpsq, Square bksq, Color stm); }