Freeciv-3.1
|
#include <repodlgs_common.h>
Data Fields | |
struct unit_type * | type |
int | count |
int | cost |
int | total_cost |
Definition at line 33 of file repodlgs_common.h.
int unit_entry::cost |
Definition at line 36 of file repodlgs_common.h.
Referenced by economy_report_update(), and eco_report::update_report().
int unit_entry::count |
Definition at line 36 of file repodlgs_common.h.
Referenced by economy_report_update(), and eco_report::update_report().
int unit_entry::total_cost |
Definition at line 36 of file repodlgs_common.h.
Referenced by economy_report_update(), and eco_report::update_report().
struct unit_type* unit_entry::type |
Definition at line 35 of file repodlgs_common.h.
Referenced by economy_report_update(), and eco_report::update_report().