|
Crossfire Server, Branch 1.12
R12190
|
Image-related structures. More...

Go to the source code of this file.
Data Structures | |
| struct | face_info |
| Information about one image. More... | |
| struct | face_sets |
| Information about one face set. More... | |
Defines | |
| #define | MAX_FACE_SETS 20 |
| Maximum number of image sets the program will handle. | |
| #define | MAX_IMAGE_SIZE 10000 |
Typedefs | |
| typedef struct face_info | face_info |
| Information about one image. | |
Variables | |
| face_sets | facesets [MAX_FACE_SETS] |
| All facesets. | |
Image-related structures.
Definition in file image.h.
| #define MAX_FACE_SETS 20 |
Maximum number of image sets the program will handle.
Definition at line 49 of file image.h.
Referenced by free_socket_images(), is_valid_faceset(), read_client_images(), and send_image_info().
| #define MAX_IMAGE_SIZE 10000 |
Definition at line 53 of file image.h.
Referenced by read_client_images().
All facesets.
Definition at line 78 of file image.c.
Referenced by esrv_send_face(), CREPixmap::getIcon(), main(), process_map(), send_image_info(), and send_image_sums().
1.7.6.1