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;
Definition: chessgame.h:39
Definition: enginematch.h:34
A collection of opening moves for chess.
Definition: openingbook.h:44
AccessMode
Definition: openingbook.h:48
Base class for chess tournaments.
Definition: tournament.h:45