|
Crossfire Client, Branch
R11627
|
#include <client.h>

Data Fields | |
| uint32 | checksum |
| char * | filename |
| void * | image_data |
| uint32 | ispublic:1 |
| struct Cache_Entry * | next |
Definition at line 476 of file client.h.
Referenced by image_add_hash(), and image_find_cache_entry().
| char* Cache_Entry::filename |
Definition at line 475 of file client.h.
Referenced by finish_face_cmd(), image_add_hash(), and image_remove_hash().
| void* Cache_Entry::image_data |
Definition at line 478 of file client.h.
Referenced by associate_cache_entry(), create_and_rescale_image_from_data(), finish_face_cmd(), and image_add_hash().
Definition at line 477 of file client.h.
Referenced by finish_face_cmd(), and image_add_hash().
| struct Cache_Entry* Cache_Entry::next |
Definition at line 479 of file client.h.
Referenced by image_add_hash(), image_find_cache_entry(), and image_remove_hash().
1.7.6.1