Crossfire Server, Trunk  1.75.0
face_info Struct Reference

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...
 

Detailed Description

Actual image data the client will display.

Definition at line 10 of file image.h.

Field Documentation

◆ checksum

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().

◆ data

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().

◆ datalen

uint16_t face_info::datalen

Length of data.

Definition at line 12 of file image.h.

Referenced by esrv_send_face(), and process_map().


The documentation for this struct was generated from the following file: