Freeciv-3.1
|
#include "diplodlg_g.h"
Go to the source code of this file.
Functions | |
void | diplomacy_dialog_init (void) |
void | diplomacy_dialog_done (void) |
void | popup_diplomacy_dialog (struct player *pplayer) |
void diplomacy_dialog_done | ( | void | ) |
Free resources allocated for diplomacy dialog
Free resources allocated for diplomacy dialog system.
Definition at line 1184 of file diplodlg.c.
void diplomacy_dialog_init | ( | void | ) |
Initialize diplomacy dialog
Initialialize diplomacy dialog system.
Definition at line 1175 of file diplodlg.c.
Referenced by activate_gui(), ui_main(), and ui_main().
void popup_diplomacy_dialog | ( | struct player * | pplayer | ) |
Open diplomacy dialog between client user and given player.
Definition at line 1523 of file diplodlg.c.