Little timeman.cpp massage

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-08-02 11:34:19 +02:00
parent f40e481fd6
commit 391cd57b52
3 changed files with 84 additions and 55 deletions

View File

@@ -25,6 +25,7 @@
//// Prototypes
////
void calc_search_times(const int myTime, const int myInc, const int movesToGo, const int currentPly, int &minimumSearchTime, int &maximumSearchTime);
void get_search_times(int myTime, int myInc, int movesToGo, int currentPly,
int* maxSearchTime, int* absoluteMaxSearchTime);
#endif // !defined(SEARCH_H_INCLUDED)