|
Crossfire Server, Branches 1.12
R18729
|
#include <image.h>
Collaboration diagram for face_sets:Data Fields | |
| char * | comment |
| char * | extension |
| face_info * | faces |
| uint8 | fallback |
| char * | fullname |
| char * | prefix |
| char * | size |
| char* face_sets::comment |
Definition at line 46 of file image.h.
Referenced by read_client_images().
| char* face_sets::extension |
Definition at line 45 of file image.h.
Referenced by read_client_images().
| face_info* face_sets::faces |
images in this faceset
Definition at line 47 of file image.h.
Referenced by CREPixmap::getIcon(), process_map(), and read_client_images().
| uint8 face_sets::fallback |
faceset to use when an image is not found in this faceset
Definition at line 43 of file image.h.
Referenced by check_faceset_fallback(), and read_client_images().
| char* face_sets::fullname |
Definition at line 42 of file image.h.
Referenced by read_client_images().
| char* face_sets::prefix |
Definition at line 41 of file image.h.
Referenced by read_client_images().
| char* face_sets::size |
Definition at line 44 of file image.h.
Referenced by read_client_images().