|
Freeciv-3.1
|
Data Fields | |
| bool | is_tall |
| int | offset_x |
| int | offset_y |
| enum match_style | match_style |
| int | match_index [1+MAX_NUM_MATCH_WITH] |
| int | match_indices |
| enum sprite_type | sprite_type |
| struct sprite_vector | base |
| struct sprite * | match [MAX_INDEX_CARDINAL] |
| struct sprite ** | cells |
| struct sprite_vector | allocated |
Definition at line 167 of file tilespec.c.
| struct sprite_vector drawing_data::drawing_layer::allocated |
Definition at line 184 of file tilespec.c.
Referenced by drawing_data_destroy().
| struct sprite_vector drawing_data::drawing_layer::base |
Definition at line 178 of file tilespec.c.
Referenced by drawing_data_destroy(), and tileset_setup_tile_type().
| struct sprite** drawing_data::drawing_layer::cells |
Definition at line 180 of file tilespec.c.
Referenced by drawing_data_destroy().
| bool drawing_data::drawing_layer::is_tall |
Definition at line 168 of file tilespec.c.
| struct sprite* drawing_data::drawing_layer::match[MAX_INDEX_CARDINAL] |
Definition at line 179 of file tilespec.c.
| int drawing_data::drawing_layer::match_index[1+MAX_NUM_MATCH_WITH] |
Definition at line 173 of file tilespec.c.
Referenced by fill_terrain_sprite_array().
| int drawing_data::drawing_layer::match_indices |
Definition at line 174 of file tilespec.c.
| enum match_style drawing_data::drawing_layer::match_style |
Definition at line 172 of file tilespec.c.
| int drawing_data::drawing_layer::offset_x |
Definition at line 169 of file tilespec.c.
| int drawing_data::drawing_layer::offset_y |
Definition at line 169 of file tilespec.c.
| enum sprite_type drawing_data::drawing_layer::sprite_type |
Definition at line 176 of file tilespec.c.