X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmove.h;h=9df3277db775919672a88923e991ee82ffbf707c;hp=bbc2ec099c1134163521a86e26fc1c3ea3d8c5cf;hb=e17fa64aec39c43708ed80eccb715e36da1cdd64;hpb=7b721b3663920a2b74039ad6588ba4ed638c368b;ds=sidebyside diff --git a/src/move.h b/src/move.h index bbc2ec09..9df3277d 100644 --- a/src/move.h +++ b/src/move.h @@ -203,7 +203,7 @@ inline Move make_ep_move(Square from, Square to) { extern std::ostream& operator<<(std::ostream& os, Move m); extern Move move_from_string(const Position& pos, const std::string &str); -extern const std::string move_to_string(Move m); +extern const std::string move_to_string(Move m, bool chess960); extern bool move_is_ok(Move m);