UFO: Alien Invasion
|
#include <filesys.h>
Data Fields | |
char | filename [MAX_OSPATH] |
pack_t * | pack |
bool | write |
struct searchpath_s * | next |
char searchpath_s::filename[MAX_OSPATH] |
Definition at line 102 of file filesys.h.
Referenced by FS_AddGameDirectory().
struct searchpath_s* searchpath_s::next |
Definition at line 106 of file filesys.h.
Referenced by FS_AddGameDirectory(), FS_BuildFileList(), FS_Gamedir(), FS_GetMaps(), FS_NextPath(), FS_OpenFile(), and FS_Shutdown().
pack_t* searchpath_s::pack |
only one of filename / pack will be used
Definition at line 103 of file filesys.h.
Referenced by FS_AddGameDirectory().
bool searchpath_s::write |
this is the path for writing configs and savegames - may only be once set to true in the whole list
Definition at line 104 of file filesys.h.
Referenced by FS_AddGameDirectory().