X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fnotation.h;h=0c5f2fed0ab9243011c381a547884c80e4bf110a;hp=5c23a2ce3a49da5359e57a2b49b8969791772ff6;hb=afcee1e8a4aadb9c86e17c71d5943d03268ca6d6;hpb=e0bd0f250b861bfd4ee2999fc518eaf9b0a58941 diff --git a/src/notation.h b/src/notation.h index 5c23a2ce..0c5f2fed 100644 --- a/src/notation.h +++ b/src/notation.h @@ -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, int time, Move pv[]); +std::string pretty_pv(Position& pos, int depth, Value score, int64_t msecs, Move pv[]); #endif // !defined(NOTATION_H_INCLUDED)