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

#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
 

Detailed Description

Definition at line 464 of file city.h.

Member Data Documentation

◆ citizens_graphic

char citystyle::citizens_graphic[MAX_LEN_NAME]

Definition at line 468 of file city.h.

Referenced by handle_ruleset_city(), and send_ruleset_cities().

◆ citizens_graphic_alt

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

◆ graphic

char citystyle::graphic[MAX_LEN_NAME]

◆ graphic_alt

char citystyle::graphic_alt[MAX_LEN_NAME]

◆ name

struct name_translation citystyle::name

Definition at line 459 of file city.h.

Referenced by handle_ruleset_city().

◆ reqs

struct requirement_vector citystyle::reqs

Definition at line 469 of file city.h.

Referenced by handle_ruleset_city().