![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
#include <city.h>
Collaboration diagram for citystyle:Public Attributes | |
| struct name_translation | name |
| char | graphic [MAX_LEN_NAME] |
| char | graphic_alt [MAX_LEN_NAME] |
| char | citizens_graphic [MAX_LEN_NAME] |
| char | citizens_graphic_alt [MAX_LEN_NAME] |
| struct requirement_vector | reqs |
| char citystyle::citizens_graphic[MAX_LEN_NAME] |
Definition at line 468 of file city.h.
Referenced by handle_ruleset_city(), and send_ruleset_cities().
| char citystyle::citizens_graphic_alt[MAX_LEN_NAME] |
Definition at line 469 of file city.h.
Referenced by handle_ruleset_city(), and send_ruleset_cities().
| char citystyle::graphic[MAX_LEN_NAME] |
Definition at line 466 of file city.h.
Referenced by handle_ruleset_city(), freeciv::layer_city::load_city_size_sprites(), and send_ruleset_cities().
| char citystyle::graphic_alt[MAX_LEN_NAME] |
Definition at line 467 of file city.h.
Referenced by handle_ruleset_city(), freeciv::layer_city::load_city_size_sprites(), and send_ruleset_cities().
| struct name_translation citystyle::name |
Definition at line 459 of file city.h.
Referenced by handle_ruleset_city().
| struct requirement_vector citystyle::reqs |
Definition at line 469 of file city.h.
Referenced by handle_ruleset_city().