diff options
Diffstat (limited to 'source/files.h')
-rw-r--r-- | source/files.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/files.h b/source/files.h index b0a9d29..e352bec 100644 --- a/source/files.h +++ b/source/files.h @@ -77,14 +77,14 @@ typedef struct file_info_s { void FS_Init( void ); void FS_Shutdown( void ); -qboolean FS_NeedRestart( void ); void FS_Restart( qboolean total ); -qboolean FS_SafeToRestart( void ); #if USE_CLIENT qboolean FS_RenameFile( const char *from, const char *to ); #endif +void FS_CreatePath( char *path ); + char *FS_CopyExtraInfo( const char *name, const file_info_t *info ); size_t FS_FOpenFile( const char *filename, fileHandle_t *f, int mode ); |