]> git.sesse.net Git - stockfish/blobdiff - src/uci.h
Update stats at pv nodes
[stockfish] / src / uci.h
index f4dbbc059b5c1f7ec7450dd8653e8670cd5d0113..76e6cda6327512c208724685b322a75c78d47a69 100644 (file)
--- a/src/uci.h
+++ b/src/uci.h
@@ -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