Freeciv21
Develop your civilization from humble roots to a global empire
unit_entry Struct Reference

#include <repodlgs_common.h>

+ Collaboration diagram for unit_entry:

Public Attributes

struct unit_typetype
 
int count
 
int cost
 
int total_cost
 

Detailed Description

Definition at line 31 of file repodlgs_common.h.

Member Data Documentation

◆ cost

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().

◆ count

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().

◆ total_cost

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().

◆ type

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().