split out OpenForReading

This commit is contained in:
Glenn Maynard
2005-03-17 23:43:13 +00:00
parent e76b50d499
commit c189f5fdd9
2 changed files with 22 additions and 16 deletions
+1
View File
@@ -57,6 +57,7 @@ public:
void ReleaseFileDriver( RageFileDriver *pDriver );
private:
RageFileBasic *OpenForReading( CString sPath, int mode, int &err );
RageFileBasic *OpenForWriting( CString sPath, int mode, int &err );
};