X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=5910e439650680770a222e0ac8f2c1f5c6e9ebe2;hp=a47098a8d61d200284bf0ab6dc0632cc73871594;hb=038235ba3541087e2db969a0a4bdfd5fc2a42b44;hpb=5e2fc2aa165b3c0406bcf98c773b952e20f50325 diff --git a/src/position.h b/src/position.h index a47098a8..5910e439 100644 --- a/src/position.h +++ b/src/position.h @@ -297,6 +297,7 @@ private: void allow_ooo(Color c); // Helper functions for doing and undoing moves + void do_capture_move(Move m, PieceType capture, Color them, Square to); void do_castle_move(Move m); void do_promotion_move(Move m, UndoInfo &u); void do_ep_move(Move m);