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

Data Fields

int ref_count
 
charfile
 
struct specfilesf
 
int x
 
int y
 
int width
 
int height
 
int hot_x
 
int hot_y
 
struct spritesprite
 

Detailed Description

Definition at line 96 of file themespec.c.

Field Documentation

◆ file

char * small_sprite::file

Definition at line 100 of file themespec.c.

Referenced by scan_specfile(), and scan_specfile().

◆ height

int small_sprite::height

Definition at line 104 of file themespec.c.

◆ hot_x

int small_sprite::hot_x

Definition at line 107 of file themespec.c.

Referenced by scan_specfile(), and scan_specfile().

◆ hot_y

int small_sprite::hot_y

Definition at line 107 of file themespec.c.

Referenced by scan_specfile(), and scan_specfile().

◆ ref_count

int small_sprite::ref_count

Definition at line 97 of file themespec.c.

◆ sf

struct specfile * small_sprite::sf

Definition at line 103 of file themespec.c.

Referenced by scan_specfile(), scan_specfile(), and theme_finish_loading_sprites().

◆ sprite

struct sprite * small_sprite::sprite

Definition at line 109 of file themespec.c.

◆ width

int small_sprite::width

Definition at line 104 of file themespec.c.

◆ x

int small_sprite::x

Definition at line 104 of file themespec.c.

◆ y

int small_sprite::y

Definition at line 104 of file themespec.c.