add optional RageFileDriver::MoveFile override; implement for RageFileDriverDirect and RageFileDriverTimeout

This commit is contained in:
Glenn Maynard
2005-09-28 22:59:12 +00:00
parent 6698a2ba91
commit 04ec4e66f4
7 changed files with 81 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ public:
RageFileBasic *Open( const CString &path, int mode, int &err );
void FlushDirCache( const CString &sPath );
bool MoveFile( const CString &sOldPath, const CString &sNewPath );
bool Remove( const CString &sPath );
static void SetTimeout( float fSeconds );