#include <filesys.h>
Data Fields | |
char | filename [MAX_OSPATH] |
pack_t * | pack |
struct searchpath_s * | next |
Definition at line 96 of file filesys.h.
char searchpath_s::filename[MAX_OSPATH] |
Definition at line 97 of file filesys.h.
Referenced by FS_AddGameDirectory(), FS_BuildFileList(), FS_Gamedir(), FS_GetMaps(), FS_NextPath(), and FS_OpenFileSingle().
struct searchpath_s* searchpath_s::next |
Definition at line 99 of file filesys.h.
Referenced by FS_AddGameDirectory(), FS_BuildFileList(), FS_Gamedir(), FS_GetMaps(), FS_NextPath(), FS_OpenFileSingle(), and FS_Shutdown().
Definition at line 98 of file filesys.h.
Referenced by FS_AddGameDirectory(), FS_BuildFileList(), FS_Gamedir(), FS_GetMaps(), FS_NextPath(), FS_OpenFileSingle(), and FS_Shutdown().