mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 01:56:58 +08:00
Retire notation.cpp
Now we can finally retire notation.cpp and move UCI helpers under uci.cpp No functional change.
This commit is contained in:
committed by
Joona Kiiski
parent
2469daebb1
commit
9ba391c5cb
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user