rename Notes to Steps

This commit is contained in:
Chris Danford
2003-08-03 00:13:55 +00:00
parent 579c975638
commit bf02bfddf4
69 changed files with 269 additions and 258 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
#define NOTES_LOADER_SM_H
#include "song.h"
#include "Notes.h"
#include "Steps.h"
#include "NotesLoader.h"
class SMLoader: public NotesLoader {
@@ -13,7 +13,7 @@ class SMLoader: public NotesLoader {
CString sMeter,
CString sRadarValues,
CString sNoteData,
Notes &out);
Steps &out);
bool FromCache;