Public Attributes | |
filetype_t | type |
unsigned | refcount |
FILE * | fp |
unsigned | num_files |
packfile_t * | files |
packfile_t ** | file_hash |
unsigned | hash_size |
char * | names |
char * | filename |
packfile_t** pack_t::file_hash |
Definition at line 134 of file files.c.
Referenced by FS_WhereIs_f(), and open_file_read().
char* pack_t::filename |
Definition at line 137 of file files.c.
Referenced by FS_Path_f(), and FS_WhereIs_f().
packfile_t* pack_t::files |
Definition at line 133 of file files.c.
Referenced by FS_ListFiles().
unsigned pack_t::hash_size |
Definition at line 135 of file files.c.
Referenced by FS_WhereIs_f(), and open_file_read().
unsigned pack_t::num_files |
Definition at line 132 of file files.c.
Referenced by FS_ListFiles(), and FS_Path_f().
filetype_t pack_t::type |
Definition at line 129 of file files.c.
Referenced by FS_Path_f(), and open_file_read().