X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.h;h=a39624a9aca2b5cd96941fb2c13edde7a324543c;hp=1b60680943360f8630a812232574b3f64f419c04;hb=9ba391c5cb1c138bb9828bc8d8be296ebddf1d72;hpb=2469daebb1b2ec2ca1653754c35327c16838938e diff --git a/src/uci.h b/src/uci.h index 1b606809..a39624a9 100644 --- a/src/uci.h +++ b/src/uci.h @@ -67,10 +67,10 @@ private: void init(OptionsMap&); void loop(int argc, char* argv[]); -Move to_move(const Position& pos, std::string& str); -std::string format_move(Move m, bool chess960); std::string format_value(Value v, Value alpha = -VALUE_INFINITE, Value beta = VALUE_INFINITE); std::string format_square(Square s); +std::string format_move(Move m, bool chess960); +Move to_move(const Position& pos, std::string& str); } // namespace UCI