Quake II RTX doxygen  1.0 dev
packfile_s Struct Reference

Public Attributes

char * name
 
size_t namelen
 
size_t filepos
 
size_t filelen
 
struct packfile_shash_next
 

Detailed Description

Definition at line 114 of file files.c.

Member Data Documentation

◆ filelen

size_t packfile_s::filelen

Definition at line 118 of file files.c.

Referenced by FS_ListFiles(), FS_WhereIs_f(), load_pak_file(), open_from_pak(), and seek_pak_file().

◆ filepos

size_t packfile_s::filepos

Definition at line 117 of file files.c.

Referenced by load_pak_file(), open_from_pak(), and seek_pak_file().

◆ hash_next

struct packfile_s* packfile_s::hash_next

Definition at line 125 of file files.c.

Referenced by FS_WhereIs_f(), open_file_read(), and pack_hash_file().

◆ name

char* packfile_s::name

◆ namelen

size_t packfile_s::namelen

Definition at line 116 of file files.c.

Referenced by FS_ListFiles(), FS_WhereIs_f(), open_file_read(), and pack_hash_file().