diff options
Diffstat (limited to 'source/files.h')
-rw-r--r-- | source/files.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source/files.h b/source/files.h index 252499a..16c2e81 100644 --- a/source/files.h +++ b/source/files.h @@ -81,8 +81,6 @@ qboolean FS_NeedRestart( void ); void FS_Restart( void ); qboolean FS_SafeToRestart( void ); -qboolean FS_CopyFile( const char *src, const char *dst ); -qboolean FS_RemoveFile( const char *path ); qboolean FS_RenameFile( const char *from, const char *to ); char *FS_CopyExtraInfo( const char *name, const fsFileInfo_t *info ); @@ -122,11 +120,6 @@ void FS_FreeList( void **list ); qboolean FS_LastFileFromPak( void ); -void FS_CreatePath( const char *path ); - -//const char *FS_GetFileName( fileHandle_t f ); -const char *FS_GetFileFullPath( fileHandle_t f ); - char *FS_ReplaceSeparators( char *s, int separator ); int FS_pathcmp( const char *s1, const char *s2 ); |