![]() |
Crossfire Server, Trunk
1.75.0
|
Actual image data the client will display. More...
#include <image.h>
Collaboration diagram for face_info:Data Fields | |
| uint32_t | checksum |
| Checksum of face data. More... | |
| uint8_t * | data |
| Image data. More... | |
| uint16_t | datalen |
| Length of data. More... | |
| uint32_t face_info::checksum |
Checksum of face data.
Definition at line 13 of file image.h.
Referenced by esrv_send_face(), and send_image_sums().
| uint8_t* face_info::data |
Image data.
Definition at line 11 of file image.h.
Referenced by esrv_send_face(), get_face_fallback(), and process_map().
| uint16_t face_info::datalen |
Length of data.
Definition at line 12 of file image.h.
Referenced by esrv_send_face(), and process_map().