Freeciv-3.1
|
Go to the source code of this file.
Functions | |
void | close_intel_dialog (struct player *p) |
void | popup_intel_dialog (struct player *p) |
void | update_intel_dialog (struct player *p) |
void close_intel_dialog | ( | struct player * | p | ) |
Close an intelligence dialog for the given player.
Definition at line 26 of file inteldlg.c.
void popup_intel_dialog | ( | struct player * | p | ) |
Popup an intelligence dialog for the given player.
Definition at line 34 of file inteldlg.c.
void update_intel_dialog | ( | struct player * | p | ) |
Update the intelligence dialog for the given player. This is called by the core client code when that player's information changes.
Definition at line 43 of file inteldlg.c.