|
UFO: Alien Invasion
|
#include <filesys.h>

Data Fields | |
| char | filename [MAX_OSPATH] |
| pack_t * | pack |
| bool | write |
| struct searchpath_s * | next |
| char searchpath_t::filename[MAX_OSPATH] |
Definition at line 102 of file filesys.h.
Referenced by FS_AddGameDirectory().
| struct searchpath_s* searchpath_t::next |
Definition at line 106 of file filesys.h.
Referenced by FS_AddGameDirectory(), and FS_Shutdown().
| pack_t* searchpath_t::pack |
only one of filename / pack will be used
Definition at line 103 of file filesys.h.
Referenced by FS_AddGameDirectory().
| bool searchpath_t::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().