add GetXML overload for convenience

This commit is contained in:
Chris Danford
2005-06-16 03:08:45 +00:00
parent 11bc71c826
commit 63eebeb75e
3 changed files with 19 additions and 4 deletions
+1
View File
@@ -170,6 +170,7 @@ struct XNode
char* Load( const char* pszXml, PARSEINFO *pi );
char* LoadAttributes( const char* pszAttrs, PARSEINFO *pi );
bool GetXML( RageFileBasic &f, DISP_OPT *opt ) const;
CString GetXML() const;
bool LoadFromFile( const CString &sFile );
bool LoadFromFile( RageFileBasic &f );