19#ifndef CUTE_CHESS_CORE_APPLICATION_H
20#define CUTE_CHESS_CORE_APPLICATION_H
22#include <QCoreApplication>
23#include <QMessageLogContext>
41 static void messageHandler(QtMsgType type,
42 const QMessageLogContext &context,
Definition: cutechesscoreapp.h:29
Manages chess engines and their configurations.
Definition: enginemanager.h:31
A class for managing chess games and players.
Definition: gamemanager.h:41