![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <repodlgs_common.h>
Collaboration diagram for unit_entry:Public Attributes | |
| struct unit_type * | type |
| int | count |
| int | cost |
| int | total_cost |
Definition at line 31 of file repodlgs_common.h.
| int unit_entry::cost |
Definition at line 33 of file repodlgs_common.h.
Referenced by get_economy_report_units_data(), and eco_report::update_report().
| int unit_entry::count |
Definition at line 33 of file repodlgs_common.h.
Referenced by get_economy_report_units_data(), and eco_report::update_report().
| int unit_entry::total_cost |
Definition at line 33 of file repodlgs_common.h.
Referenced by get_economy_report_units_data(), and eco_report::update_report().
| struct unit_type* unit_entry::type |
Definition at line 32 of file repodlgs_common.h.
Referenced by get_economy_report_units_data(), and eco_report::update_report().