![]() |
Conquer Chess
Chess and Starcraft combined
|
#include "view.h"#include "about_view_layout.h"#include "controls_bar.h"#include <SFML/Graphics.hpp>

Go to the source code of this file.
Classes | |
| class | about_view |
| The About screen. More... | |
Functions | |
| void | draw_layout_panels (about_view &v) |
| Show where the panels will be drawn. | |
| void | draw_background (about_view &v) |
| void | draw_copyright (about_view &v) |
| void | draw_panel (about_view &v) |
| void | draw_subtitle (about_view &v) |
| void | draw_contributors (about_view &v) |
| void | draw_title (about_view &v) |
| void | draw_url (about_view &v) |
| void draw_background | ( | about_view & | v | ) |
| void draw_contributors | ( | about_view & | v | ) |
| void draw_copyright | ( | about_view & | v | ) |
| void draw_layout_panels | ( | about_view & | v | ) |
Show where the panels will be drawn.
| void draw_panel | ( | about_view & | v | ) |
| void draw_subtitle | ( | about_view & | v | ) |
| void draw_title | ( | about_view & | v | ) |
| void draw_url | ( | about_view & | v | ) |