Freeciv-3.2
|
#include "inteldlg_g.h"
Go to the source code of this file.
Functions | |
void | intel_dialog_init (void) |
void | intel_dialog_done (void) |
void | popup_intel_wonder_dialog (struct player *p) |
void | update_intel_wonder_dialog (struct player *p) |
void | close_intel_wonder_dialog (struct player *p) |
Close an wonders list dialog for the given player.
Definition at line 233 of file inteldlg.c.
Free resources allocated for intelligence dialogs
Free intelligence dialog
Definition at line 128 of file inteldlg.c.
Initialize intelligence dialogs
Allocate intelligence dialog
Definition at line 119 of file inteldlg.c.
Open wonder list dialog
Definition at line 183 of file inteldlg.c.
Referenced by players_intel_wonder_callback(), and players_intel_wonder_callback().
Update the wonders list dialog for the given player.
Definition at line 636 of file inteldlg.c.
Referenced by popup_intel_wonder_dialog(), and update_intel_dialog().