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:
Marco Costalba
2014-10-26 07:50:09 +01:00
committed by Joona Kiiski
parent 2469daebb1
commit 9ba391c5cb
4 changed files with 80 additions and 107 deletions

View File

@@ -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