Freeciv-3.1
|
#include <repodlgs_common.h>
Data Fields | |
struct impr_type * | type |
int | count |
int | redundant |
int | cost |
int | total_cost |
Definition at line 27 of file repodlgs_common.h.
int improvement_entry::cost |
Definition at line 30 of file repodlgs_common.h.
Referenced by economy_report_dialog_popup(), economy_report_update(), and eco_report::update_report().
int improvement_entry::count |
Definition at line 30 of file repodlgs_common.h.
Referenced by economy_report_dialog_popup(), economy_report_update(), and eco_report::update_report().
int improvement_entry::redundant |
Definition at line 30 of file repodlgs_common.h.
Referenced by economy_report_update(), and eco_report::update_report().
int improvement_entry::total_cost |
Definition at line 30 of file repodlgs_common.h.
Referenced by economy_report_dialog_popup(), economy_report_update(), and eco_report::update_report().
struct impr_type* improvement_entry::type |
Definition at line 29 of file repodlgs_common.h.
Referenced by economy_report_dialog_popup(), economy_report_update(), and eco_report::update_report().