![]() |
Conquer Chess
Chess and Starcraft combined
|
#include "replay_view.h"#include "game_statistics_widget.h"#include "render_window.h"#include "game_resources.h"#include "draw_board.h"#include "game.h"#include <cassert>#include <cmath>#include <fstream>#include "../SFGraphing/include/SFGraphing/SFPlot.h"
Functions | |
| void | draw_board (replay_view &v) |
| Draw the board. | |
| void | draw_statistics (replay_view &v) |
| Draw the statistics. | |
| void draw_board | ( | replay_view & | v | ) |
Draw the board.
| void draw_statistics | ( | replay_view & | v | ) |
Draw the statistics.