Some more work in pretty_pv

No functional change.
This commit is contained in:
Marco Costalba
2014-04-06 01:11:30 +02:00
parent 698b645e10
commit fcf2a34080
3 changed files with 34 additions and 39 deletions

View File

@@ -30,6 +30,6 @@ std::string score_to_uci(Value v, Value alpha = -VALUE_INFINITE, Value beta = VA
Move move_from_uci(const Position& pos, std::string& str);
const std::string move_to_uci(Move m, bool chess960);
const std::string move_to_san(Position& pos, Move m);
std::string pretty_pv(Position& pos, int depth, Value score, uint64_t msecs, Move pv[]);
std::string pretty_pv(Position& pos, int depth, Value score, int64_t msecs, Move pv[]);
#endif // #ifndef NOTATION_H_INCLUDED