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
+3 -3
View File
@@ -6,7 +6,7 @@
#include <map>
using namespace std;
class RageBasicFile;
class RageFileBasic;
class IniFile
{
@@ -37,9 +37,9 @@ public:
const CString &GetError() const { return m_sError; }
bool ReadFile( const CString &sPath );
bool ReadFile( RageBasicFile &sFile );
bool ReadFile( RageFileBasic &sFile );
bool WriteFile( const CString &sPath );
bool WriteFile( RageBasicFile &sFile );
bool WriteFile( RageFileBasic &sFile );
void Reset();
int GetNumKeys() const;