Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
citystyle Struct Reference

#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
 

Detailed Description

Definition at line 471 of file city.h.

Field Documentation

◆ citizens_graphic

char citystyle::citizens_graphic[MAX_LEN_NAME]

Definition at line 475 of file city.h.

Referenced by handle_ruleset_city(), and send_ruleset_cities().

◆ graphic

char citystyle::graphic[MAX_LEN_NAME]

Definition at line 473 of file city.h.

Referenced by handle_ruleset_city(), and send_ruleset_cities().

◆ graphic_alt

char citystyle::graphic_alt[MAX_LEN_NAME]

Definition at line 474 of file city.h.

Referenced by handle_ruleset_city(), and send_ruleset_cities().

◆ name

struct name_translation citystyle::name

Definition at line 472 of file city.h.

Referenced by handle_ruleset_city().

◆ reqs

struct requirement_vector citystyle::reqs

Definition at line 476 of file city.h.

Referenced by handle_ruleset_city().