Freeciv-3.2
Loading...
Searching...
No Matches
Enumerations | Functions
rallypointdlg.h File Reference

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)
 

Enumeration Type Documentation

◆ rally_phase

Enumerator
RALLY_NONE 
RALLY_CITY 
RALLY_TILE 

Definition at line 16 of file rallypointdlg.h.

Function Documentation

◆ rally_dialog_popup()

void rally_dialog_popup ( void  )

Open rally point placement dialog

Definition at line 66 of file rallypointdlg.c.

Referenced by rally_dialog_callback(), and rally_dialog_callback().

◆ rally_placement_phase()

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().

◆ rally_set_tile()

bool rally_set_tile ( struct tile ptile)

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().