![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Structure of unit waiting data for the Units View. More...
#include <view_units.h>
Collaboration diagram for unit_waiting_entry:Public Attributes | |
| const struct unit_type * | type |
| time_t | timer |
| QString | city_name |
| int | id |
Structure of unit waiting data for the Units View.
Definition at line 36 of file view_units.h.
| QString unit_waiting_entry::city_name |
Definition at line 39 of file view_units.h.
| int unit_waiting_entry::id |
Definition at line 40 of file view_units.h.
| time_t unit_waiting_entry::timer |
Definition at line 38 of file view_units.h.
| const struct unit_type* unit_waiting_entry::type |
Definition at line 37 of file view_units.h.