Conquer Chess
Chess and Starcraft combined
Loading...
Searching...
No Matches
game_statistics_widget.h
Go to the documentation of this file.
1#ifndef GAME_STATISTICS_WIDGET
2#define GAME_STATISTICS_WIDGET
3
4#ifndef LOGIC_ONLY
5
6#include "ccfwd.h"
7
10 const game_controller& c
11);
12
13#endif // LOGIC_ONLY
14
15#endif // GAME_STATISTICS_WIDGET
The class that acts as a controller for game}.
Definition game_controller.h:31
The layout of the widget that displays the in-game statistics.
Definition game_statistics_widget_layout.h:39
void draw_game_statistics_widget(const game_statistics_widget_layout &layout, const game_controller &c)
Definition game_statistics_widget.cpp:13