add NotesLoader/WriterJson

This commit is contained in:
AJ Kelly
2011-05-10 18:59:09 -05:00
parent a6ea7bdf50
commit aa58884f8f
8 changed files with 757 additions and 2 deletions
+1
View File
@@ -73,6 +73,7 @@ class Song
RString m_sSongDir;
public:
void SetSongDir( const RString sDir ) { m_sSongDir = sDir; }
RString GetSongDir() { return m_sSongDir; }
/** @brief When should this song be displayed in the music wheel? */
enum SelectionDisplay