|
Crossfire Client, Branches
R11627
|
#include <client.h>
Collaboration diagram for Cache_Entry:Data Fields | |
| uint32 | checksum |
| char * | filename |
| void * | image_data |
| uint32 | ispublic:1 |
| struct Cache_Entry * | next |
| uint32 Cache_Entry::checksum |
Definition at line 482 of file client.h.
Referenced by image_add_hash(), and image_find_cache_entry().
| char* Cache_Entry::filename |
Definition at line 481 of file client.h.
Referenced by finish_face_cmd(), image_add_hash(), and image_remove_hash().
| void* Cache_Entry::image_data |
Definition at line 484 of file client.h.
Referenced by associate_cache_entry(), create_and_rescale_image_from_data(), finish_face_cmd(), and image_add_hash().
| uint32 Cache_Entry::ispublic |
Definition at line 483 of file client.h.
Referenced by finish_face_cmd(), and image_add_hash().
| struct Cache_Entry* Cache_Entry::next |
Definition at line 485 of file client.h.
Referenced by image_add_hash(), image_find_cache_entry(), and image_remove_hash().