Public Attributes | |
struct searchpath_s * | next |
unsigned | mode |
pack_t * | pack |
char | filename [1] |
char searchpath_s::filename[1] |
Definition at line 144 of file files.c.
Referenced by FS_LastModified(), FS_ListFiles(), FS_Path_f(), FS_WhereIs_f(), open_file_read(), and q_printf().
unsigned searchpath_s::mode |
Definition at line 142 of file files.c.
Referenced by FS_ListFiles(), open_file_read(), q_printf(), and setup_game_paths().
struct searchpath_s* searchpath_s::next |
Definition at line 141 of file files.c.
Referenced by free_all_paths(), free_game_paths(), FS_LastModified(), FS_ListFiles(), FS_Path_f(), FS_WhereIs_f(), open_file_read(), q_printf(), and setup_game_paths().
pack_t* searchpath_s::pack |
Definition at line 143 of file files.c.
Referenced by free_search_path(), FS_LastModified(), FS_ListFiles(), FS_Path_f(), FS_WhereIs_f(), open_file_read(), and q_printf().