experimental: save NoteData to XML for recording played games

This commit is contained in:
Chris Danford
2005-11-22 21:18:45 +00:00
parent 90ad56522c
commit 1ad58b4631
6 changed files with 114 additions and 0 deletions
+4
View File
@@ -150,6 +150,10 @@ public:
// Transformations
void LoadTransformed( const NoteData& original, int iNewNumTracks, const int iOriginalTrackToTakeFrom[] ); // -1 for iOriginalTracksToTakeFrom means no track
// XML
XNode* CreateNode() const;
void LoadFromNode( const XNode* pNode );
};