25 #include <QElapsedTimer> 26 #include <openingbook.h> 42 void setDebugMode(
bool debug);
43 void setRatingInterval(
int interval);
53 void onGameStarted(
ChessGame* game,
int number);
54 void onGameFinished(
ChessGame* game,
int number);
55 void onTournamentFinished();
66 QElapsedTimer m_startTime;
69 #endif // ENGINEMATCH_H
Definition: enginematch.h:33
Definition: chessgame.h:38
AccessMode
Definition: openingbook.h:47
Base class for chess tournaments.
Definition: tournament.h:44
A collection of opening moves for chess.
Definition: openingbook.h:43