Freeciv-3.3
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 488 of file city.h.

Field Documentation

◆ citizens_graphic

char citystyle::citizens_graphic[MAX_LEN_NAME]

Definition at line 492 of file city.h.

◆ graphic

char citystyle::graphic[MAX_LEN_NAME]

Definition at line 490 of file city.h.

◆ graphic_alt

char citystyle::graphic_alt[MAX_LEN_NAME]

Definition at line 491 of file city.h.

◆ name

struct name_translation citystyle::name

Definition at line 489 of file city.h.

◆ reqs

struct requirement_vector citystyle::reqs

Definition at line 493 of file city.h.