diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-10-01 13:13:25 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-10-01 13:13:25 +0000 |
commit | 3544752417431e55fab8226318e985d1b97cfb32 (patch) | |
tree | 79b1b9a89b2fa850248ac38f38c7b9d3fecf2d93 /source/files.h | |
parent | 328163a3d1f53e574c2ca312b3f61552e102e984 (diff) |
Stubbed out more client stuff from dedicated server build.
Dedicated server now properly handles `wait' console command.
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 ); |