|
Freeciv-3.2
|
Data Fields | |
| int | ref_count |
| char * | file |
| struct specfile * | sf |
| int | x |
| int | y |
| int | width |
| int | height |
| int | hot_x |
| int | hot_y |
| struct sprite * | sprite |
Definition at line 96 of file themespec.c.
| char * small_sprite::file |
Definition at line 100 of file themespec.c.
Referenced by scan_specfile(), and scan_specfile().
| int small_sprite::height |
Definition at line 104 of file themespec.c.
| int small_sprite::hot_x |
Definition at line 107 of file themespec.c.
Referenced by scan_specfile(), and scan_specfile().
| int small_sprite::hot_y |
Definition at line 107 of file themespec.c.
Referenced by scan_specfile(), and scan_specfile().
| int small_sprite::ref_count |
Definition at line 97 of file themespec.c.
Definition at line 103 of file themespec.c.
Referenced by scan_specfile(), scan_specfile(), and theme_finish_loading_sprites().
Definition at line 109 of file themespec.c.
| int small_sprite::width |
Definition at line 104 of file themespec.c.
| int small_sprite::x |
Definition at line 104 of file themespec.c.
| int small_sprite::y |
Definition at line 104 of file themespec.c.