Freeciv-3.2
Loading...
Searching...
No Matches
Data Fields
city_sprite Struct Reference

Data Fields

struct { 
 
   int   land_num_thresholds 
 
   struct city_style_threshold *   land_thresholds 
 
} * styles 
 
int num_styles
 

Detailed Description

Definition at line 206 of file tilespec.c.

Field Documentation

◆ land_num_thresholds

int city_sprite::land_num_thresholds

Definition at line 208 of file tilespec.c.

Referenced by get_city_sprite(), load_city_sprite(), and tileset_setup_city_tiles().

◆ land_thresholds

struct city_style_threshold* city_sprite::land_thresholds

Definition at line 209 of file tilespec.c.

Referenced by free_city_sprite(), get_city_sprite(), and load_city_sprite().

◆ num_styles

int city_sprite::num_styles

Definition at line 211 of file tilespec.c.

Referenced by free_city_sprite(), and load_city_sprite().

◆ [struct]

struct { ... } * city_sprite::styles