Freeciv-3.3
Loading...
Searching...
No Matches
Data Fields
unit_entry Struct Reference

#include <repodlgs_common.h>

Data Fields

struct unit_typetype
 
int count
 
int cost
 
int total_cost
 

Detailed Description

Definition at line 33 of file repodlgs_common.h.

Field Documentation

◆ cost

int unit_entry::cost

Definition at line 36 of file repodlgs_common.h.

◆ count

int unit_entry::count

Definition at line 36 of file repodlgs_common.h.

◆ total_cost

int unit_entry::total_cost

Definition at line 36 of file repodlgs_common.h.

◆ type

struct unit_type* unit_entry::type

Definition at line 35 of file repodlgs_common.h.