Crossfire Server, Trunk
|
#include <image.h>
Data Fields | |
uint32_t | checksum |
uint8_t * | data |
uint16_t | datalen |
uint32_t face_info::checksum |
Checksum of face data.
Definition at line 13 of file image.h.
Referenced by esrv_send_face(), PngLoader::load(), 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(), CREPixmap::getIcon(), PngLoader::load(), FaceMakerDialog::makeFaces(), and process_map().
uint16_t face_info::datalen |
Length of data.
Definition at line 12 of file image.h.
Referenced by esrv_send_face(), CREPixmap::getIcon(), PngLoader::load(), FaceMakerDialog::makeFaces(), process_map(), test_faceset(), and FacesetsPanel::updateItem().