diff options
Diffstat (limited to 'source/files.h')
-rw-r--r-- | source/files.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/files.h b/source/files.h index 16c2e81..319e5e7 100644 --- a/source/files.h +++ b/source/files.h @@ -81,7 +81,9 @@ qboolean FS_NeedRestart( void ); void FS_Restart( void ); qboolean FS_SafeToRestart( void ); +#if USE_CLIENT qboolean FS_RenameFile( const char *from, const char *to ); +#endif char *FS_CopyExtraInfo( const char *name, const fsFileInfo_t *info ); |