mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 01:56:58 +08:00
Improve comments in UCI
And simplify naming while there. No functional change. Resolves #159
This commit is contained in:
committed by
Joona Kiiski
parent
413b243809
commit
b8fd1a78dc
@@ -67,9 +67,9 @@ private:
|
||||
void init(OptionsMap&);
|
||||
void loop(int argc, char* argv[]);
|
||||
|
||||
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);
|
||||
std::string value(Value v, Value alpha = -VALUE_INFINITE, Value beta = VALUE_INFINITE);
|
||||
std::string square(Square s);
|
||||
std::string move(Move m, bool chess960);
|
||||
Move to_move(const Position& pos, std::string& str);
|
||||
|
||||
} // namespace UCI
|
||||
|
||||
Reference in New Issue
Block a user