RageFileBasic

This commit is contained in:
Glenn Maynard
2004-12-11 02:25:38 +00:00
parent 31f477b1b8
commit ae92b86b34
15 changed files with 58 additions and 429 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ bool IniFile::ReadFile( const CString &sPath )
return ReadFile( f );
}
bool IniFile::ReadFile( RageBasicFile &f )
bool IniFile::ReadFile( RageFileBasic &f )
{
CString keyname;
while( 1 )
@@ -74,7 +74,7 @@ bool IniFile::WriteFile( const CString &sPath )
return IniFile::WriteFile( f );
}
bool IniFile::WriteFile( RageBasicFile &f )
bool IniFile::WriteFile( RageFileBasic &f )
{
for( keymap::const_iterator k = keys.begin(); k != keys.end(); ++k )
{