Freeciv21
Develop your civilization from humble roots to a global empire
gui_main_g.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void ui_main ()
 The main loop for the UI. More...
 
void ui_exit ()
 Do any necessary UI-specific cleanup. More...
 
void gui_update_allfonts ()
 
void conn_list_dialog_update ()
 

Variables

const char * client_string
 

Function Documentation

◆ conn_list_dialog_update()

void conn_list_dialog_update ( )

◆ gui_update_allfonts()

void gui_update_allfonts ( )

Definition at line 284 of file gui_main.cpp.

Referenced by allfont_changed_callback().

◆ ui_exit()

void ui_exit ( )

Do any necessary UI-specific cleanup.

Definition at line 116 of file gui_main.cpp.

Referenced by client_exit().

◆ ui_main()

void ui_main ( )

The main loop for the UI.

This is called from main(), and when it exits the client will exit.

Definition at line 69 of file gui_main.cpp.

Referenced by client_main().

Variable Documentation

◆ client_string

const char* client_string
extern

Definition at line 48 of file gui_main.cpp.

Referenced by client_main().