|
Freeciv-3.1
|
#include <city.h>
Data Fields | |
| int | index |
| const char * | name |
| const char * | id |
| bool | harvested |
| enum output_unhappy_penalty | unhappy_penalty |
| bool output_type::harvested |
Definition at line 255 of file city.h.
Referenced by helptext_government().
| const char* output_type::id |
Definition at line 254 of file city.h.
Referenced by get_output_identifier().
| int output_type::index |
Definition at line 252 of file city.h.
Referenced by is_outputtype_req_active().
| const char* output_type::name |
Definition at line 253 of file city.h.
Referenced by helptext_government().
| enum output_unhappy_penalty output_type::unhappy_penalty |