merge IniFile and XmlFile

This commit is contained in:
Chris Danford
2005-01-07 14:28:00 +00:00
parent 5b2582cab3
commit 981e52ec58
27 changed files with 427 additions and 509 deletions
+2 -1
View File
@@ -6,12 +6,13 @@
#include "Command.h"
class IniFile;
struct XNode;
struct NoteFieldMode
{
NoteFieldMode();
bool MatchesCurrentGame() const;
void Load(IniFile &ini, CString id, int pn = -1);
void Load(const XNode* pNode, int pn = -1);
void BeginDrawTrack(int tn);
void EndDrawTrack(int tn);