X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.h;h=90dec8165678811ae71f8efce50e11bbf400a5c6;hp=35904377ea62d633f55adc83b749b55f8e8f85a7;hb=e0dfb0bc34dfd6bdb055a7f5779e7a61e2d76dd6;hpb=94ecdef8ac7855e7a44efd7890c7e8f8d5819397 diff --git a/src/bitboard.h b/src/bitboard.h index 35904377..90dec816 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 us); }