X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=9668368a1bd9e3169f0a90798e838408e4b1fee3;hp=e48be111ec7dca3d7e055c0b892f6ec9f31e7fb6;hb=05e70d674019e27f2c9a58839f6a9c17e16f9fcc;hpb=76ae0e36be4f82ecdac68c51aae2272be6537754 diff --git a/src/position.h b/src/position.h index e48be111..9668368a 100644 --- a/src/position.h +++ b/src/position.h @@ -310,13 +310,9 @@ private: void allow_ooo(Color c); // Helper functions for doing and undoing moves - void do_capture_move(PieceType capture, Color them, Square to); + void do_capture_move(PieceType capture, Color them, Square to, bool ep); void do_castle_move(Move m); - void do_promotion_move(Move m); - void do_ep_move(Move m); void undo_castle_move(Move m); - void undo_promotion_move(Move m); - void undo_ep_move(Move m); void find_checkers(); template