vkQuake2 doxygen  1.0 dev
filelink_s Struct Reference

Public Attributes

struct filelink_snext
 
char * from
 
int fromlength
 
char * to
 

Detailed Description

Definition at line 66 of file files.c.

Member Data Documentation

◆ from

char* filelink_s::from

Definition at line 69 of file files.c.

Referenced by FS_FOpenFile(), FS_Link_f(), and FS_Path_f().

◆ fromlength

int filelink_s::fromlength

Definition at line 70 of file files.c.

Referenced by FS_FOpenFile(), and FS_Link_f().

◆ next

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().

◆ to

char* filelink_s::to

Definition at line 71 of file files.c.

Referenced by FS_FOpenFile(), FS_Link_f(), and FS_Path_f().