RageFileBasic
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user