Freeciv21
Develop your civilization from humble roots to a global empire
gui_main_g.h
Go to the documentation of this file.
1 /**************************************************************************
2  Copyright (c) 1996-2020 Freeciv21 and Freeciv contributors. This file is
3  __ __ part of Freeciv21. Freeciv21 is free software: you can
4 / \\..// \ redistribute it and/or modify it under the terms of the GNU
5  ( oo ) General Public License as published by the Free Software
6  \__/ Foundation, either version 3 of the License, or (at your
7  option) any later version. You should have received
8  a copy of the GNU General Public License along with Freeciv21. If not,
9  see https://www.gnu.org/licenses/.
10 **************************************************************************/
11 #pragma once
12 
13 // Forward declarations
14 class QIODevice;
15 
16 void ui_main();
17 void ui_exit();
18 
19 extern const char *client_string;
20 
21 // Actually defined in update_queue.c
22 void gui_update_allfonts();
void gui_update_allfonts()
Definition: gui_main.cpp:284
const char * client_string
Definition: gui_main.cpp:48
void conn_list_dialog_update()
void ui_exit()
Do any necessary UI-specific cleanup.
Definition: gui_main.cpp:116
void ui_main()
The main loop for the UI.
Definition: gui_main.cpp:69