|
Freeciv-3.3
|
Go to the source code of this file.
Functions | |
| bool | select_tgt_unit (struct unit *actor, struct tile *ptile, struct unit_list *potential_tgt_units, struct unit *suggested_tgt_unit, const gchar *dlg_title, const gchar *actor_label, const gchar *tgt_label, const gchar *do_label, GCallback do_callback) |
| bool select_tgt_unit | ( | struct unit * | actor, |
| struct tile * | ptile, | ||
| struct unit_list * | potential_tgt_units, | ||
| struct unit * | suggested_tgt_unit, | ||
| const gchar * | dlg_title, | ||
| const gchar * | actor_label, | ||
| const gchar * | tgt_label, | ||
| const gchar * | do_label, | ||
| GCallback | do_callback | ||
| ) |
Create a dialog where a unit select what other unit to act on.
Definition at line 70 of file unitselunitdlg.c.