Patch by Simon McVittie to improve dynamic library loading (#4700)
This commit is contained in:
parent
d2f8b9f4bb
commit
7bb5906599
3 changed files with 38 additions and 39 deletions
|
@ -606,6 +606,9 @@ void FS_FreeFileList( char **list );
|
|||
qboolean FS_FileExists( const char *file );
|
||||
|
||||
qboolean FS_CreatePath (char *OSPath);
|
||||
|
||||
char *FS_FindDll( const char *filename );
|
||||
|
||||
char *FS_BuildOSPath( const char *base, const char *game, const char *qpath );
|
||||
qboolean FS_CompareZipChecksum(const char *zipfile);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue