X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=4854b29dcf876dcf64d98c08ff1e8cc69784c85d;hp=826fa13bfa85233cfe7931e4606e237ffa6bede8;hb=839088205edd88eee9852c21442424cc66941ccb;hpb=098ac5e44e88e95ad4ff945824315eca85e67f01 diff --git a/src/position.h b/src/position.h index 826fa13b..4854b29d 100644 --- a/src/position.h +++ b/src/position.h @@ -294,6 +294,7 @@ private: void put_piece(Piece p, Square s); void allow_oo(Color c); void allow_ooo(Color c); + bool set_castling_rights(char token); // Helper functions for doing and undoing moves void do_capture_move(Key& key, PieceType capture, Color them, Square to, bool ep);