Freeciv-3.3
|
Go to the source code of this file.
Enumerations | |
enum | rally_phase { RALLY_NONE , RALLY_CITY , RALLY_TILE } |
Functions | |
void | rally_dialog_popup (void) |
enum rally_phase | rally_placement_phase (void) |
bool | rally_set_tile (struct tile *ptile) |
Enumerator | |
---|---|
RALLY_NONE | |
RALLY_CITY | |
RALLY_TILE |
Definition at line 16 of file rallypointdlg.h.
Open rally point placement dialog
Definition at line 66 of file rallypointdlg.c.
Referenced by rally_dialog_callback(), and rally_dialog_callback().
enum rally_phase rally_placement_phase | ( | void | ) |
Which rally point placement phace we are at the moment.
Definition at line 116 of file rallypointdlg.c.
Referenced by rally_set_tile().
Set city or tile for the infra placement. Returns whether the click was considered to be one for rally dialog.
Definition at line 133 of file rallypointdlg.c.
Referenced by butt_down_mapcanvas(), and left_butt_down_mapcanvas().