This commit is contained in:
Glenn Maynard
2005-07-03 02:51:29 +00:00
parent 2b365a1ea9
commit b0935c1111
7 changed files with 18 additions and 8 deletions
+4 -2
View File
@@ -3,10 +3,12 @@
#ifndef NOTES_LOADER_KSF_H
#define NOTES_LOADER_KSF_H
#include "song.h"
#include "Steps.h"
#include "NotesLoader.h"
class Song;
class Steps;
class NoteData;
class KSFLoader: public NotesLoader
{
bool LoadFromKSFFile( const CString &sPath, Steps &out, const Song &song );