Public Attributes | |
struct filelink_s * | next |
char * | from |
int | fromlength |
char * | to |
char* filelink_s::from |
Definition at line 69 of file files.c.
Referenced by FS_FOpenFile(), FS_Link_f(), and FS_Path_f().
int filelink_s::fromlength |
Definition at line 70 of file files.c.
Referenced by FS_FOpenFile(), and FS_Link_f().
struct filelink_s* filelink_s::next |
Definition at line 68 of file files.c.
Referenced by FS_FOpenFile(), FS_Link_f(), and FS_Path_f().
char* filelink_s::to |
Definition at line 71 of file files.c.
Referenced by FS_FOpenFile(), FS_Link_f(), and FS_Path_f().