|
Freeciv-3.1
|
Go to the source code of this file.
Functions | |
| void | popup_spaceship_dialog (struct player *pplayer) |
| void | popdown_spaceship_dialog (struct player *pplayer) |
| void | refresh_spaceship_dialog (struct player *pplayer) |
| void popdown_spaceship_dialog | ( | struct player * | pplayer | ) |
Close the spaceship dialog for the given player.
Definition at line 35 of file spaceshipdlg.c.
| void popup_spaceship_dialog | ( | struct player * | pplayer | ) |
Popup (or raise) the spaceship dialog for the given player.
Definition at line 27 of file spaceshipdlg.c.
| void refresh_spaceship_dialog | ( | struct player * | pplayer | ) |
Refresh (update) the spaceship dialog for the given player.
Definition at line 43 of file spaceshipdlg.c.