![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Structure of data for the Units View. More...
#include <view_units.h>
Collaboration diagram for unit_view_entry:Public Attributes | |
| const struct unit_type * | type |
| int | count |
| int | in_prod |
| int | total_cost |
| int | food_cost |
| int | gold_cost |
| int | shield_cost |
| bool | upg |
Structure of data for the Units View.
Definition at line 25 of file view_units.h.
| int unit_view_entry::count |
Definition at line 27 of file view_units.h.
| int unit_view_entry::food_cost |
Definition at line 27 of file view_units.h.
| int unit_view_entry::gold_cost |
Definition at line 27 of file view_units.h.
| int unit_view_entry::in_prod |
Definition at line 27 of file view_units.h.
| int unit_view_entry::shield_cost |
Definition at line 27 of file view_units.h.
| int unit_view_entry::total_cost |
Definition at line 27 of file view_units.h.
| const struct unit_type* unit_view_entry::type |
Definition at line 26 of file view_units.h.
| bool unit_view_entry::upg |
Definition at line 28 of file view_units.h.