Freeciv-3.1
|
#include <city.h>
Data Fields | |
struct name_translation | name |
char | graphic [MAX_LEN_NAME] |
char | graphic_alt [MAX_LEN_NAME] |
char | citizens_graphic [MAX_LEN_NAME] |
struct requirement_vector | reqs |
char citystyle::citizens_graphic[MAX_LEN_NAME] |
Definition at line 475 of file city.h.
Referenced by handle_ruleset_city(), and send_ruleset_cities().
char citystyle::graphic[MAX_LEN_NAME] |
Definition at line 473 of file city.h.
Referenced by handle_ruleset_city(), and send_ruleset_cities().
char citystyle::graphic_alt[MAX_LEN_NAME] |
Definition at line 474 of file city.h.
Referenced by handle_ruleset_city(), and send_ruleset_cities().
struct name_translation citystyle::name |
Definition at line 472 of file city.h.
Referenced by handle_ruleset_city().
struct requirement_vector citystyle::reqs |
Definition at line 476 of file city.h.
Referenced by handle_ruleset_city().