deps
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user