Move uci_pv under UCI namespace

That's the correct place.

No functional change.
This commit is contained in:
Marco Costalba
2015-01-31 11:54:25 +01:00
parent 1b947aafbf
commit bfd0f95f06
2 changed files with 41 additions and 41 deletions

View File

@@ -69,6 +69,7 @@ void loop(int argc, char* argv[]);
std::string value(Value v);
std::string square(Square s);
std::string move(Move m, bool chess960);
std::string pv(const Position& pos, Depth depth, Value alpha, Value beta);
Move to_move(const Position& pos, std::string& str);
} // namespace UCI