Crossfire Server, Trunk
R21670
|
#include <image.h>
Data Fields | |
char * | comment |
char * | extension |
face_info * | faces |
uint8_t | fallback |
char * | fullname |
char * | prefix |
char * | size |
char* face_sets::comment |
Human-readable comment for this set.
Definition at line 23 of file image.h.
Referenced by read_client_images().
char* face_sets::extension |
Supplementary description.
Definition at line 22 of file image.h.
Referenced by read_client_images().
face_info* face_sets::faces |
images in this faceset
Definition at line 24 of file image.h.
Referenced by esrv_send_face(), CREPixmap::getIcon(), process_map(), and read_client_images().
uint8_t face_sets::fallback |
Faceset to use when an image is not found in this faceset, index in facesets.
Definition at line 20 of file image.h.
Referenced by check_faceset_fallback(), and read_client_images().
char* face_sets::fullname |
char* face_sets::prefix |
Faceset short name, used in pictures names (base, clsc).
Definition at line 18 of file image.h.
Referenced by read_client_images().
char* face_sets::size |