X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fposition.h;h=4854b29dcf876dcf64d98c08ff1e8cc69784c85d;hb=c2048136ec73a1d4437d286d34539a05910d83d7;hp=826fa13bfa85233cfe7931e4606e237ffa6bede8;hpb=b6ab610e2f3d9148e2a75984800cebc0757b7f01;p=stockfish 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);