X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Ftimeman.h;h=03dc991dd842828c64219e7b26e8ae1190f3b2a9;hp=46bc94e157c9fa85b5d48030b31f8dcb8a99b8f2;hb=dda53e831d369c5d02ccdebed1a2dcc781fc11c0;hpb=fe23c70cf163514620deba3c4ef9a3b8f4ceabb1 diff --git a/src/timeman.h b/src/timeman.h index 46bc94e1..03dc991d 100644 --- a/src/timeman.h +++ b/src/timeman.h @@ -25,7 +25,11 @@ //// Prototypes //// -void get_search_times(int myTime, int myInc, int movesToGo, int currentPly, - int* optimumSearchTime, int* maximumSearchTime); +class TimeManager { +public: + + void update(int myTime, int myInc, int movesToGo, int currentPly, + int* optimumSearchTime, int* maximumSearchTime); +}; #endif // !defined(TIMEMAN_H_INCLUDED)