rename Notes to Steps
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
#define NOTES_LOADER_KSF_H
|
||||
|
||||
#include "song.h"
|
||||
#include "Notes.h"
|
||||
#include "Steps.h"
|
||||
#include "NotesLoader.h"
|
||||
|
||||
class KSFLoader: public NotesLoader {
|
||||
bool LoadFromKSFFile( const CString &sPath, Notes &out, const Song &song );
|
||||
bool LoadFromKSFFile( const CString &sPath, Steps &out, const Song &song );
|
||||
bool LoadGlobalData( const CString &sPath, Song &out );
|
||||
void RemoveHoles( NoteData &out, const Song &song );
|
||||
void LoadTags( const CString &str, Song &out );
|
||||
|
||||
Reference in New Issue
Block a user