X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmove.h;h=06c9969ffb7e07929f3dcb5d5dd34445bd5880fe;hb=d40a12f948590e280a4c0e874cb8a73b6b7929c2;hp=e2562a422ce7c92954293d40479953f5f7ecd37b;hpb=7733dadfd7c8781e3bde3cc4e21751fa44ab6ed8;p=stockfish diff --git a/src/move.h b/src/move.h index e2562a42..06c9969f 100644 --- a/src/move.h +++ b/src/move.h @@ -204,8 +204,8 @@ 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, bool chess960); +extern Move move_from_uci(const Position& pos, const std::string &str); +extern const std::string move_to_uci(Move m, bool chess960); extern bool move_is_ok(Move m);