1#ifndef NOTES_LOADER_KSF_H
2#define NOTES_LOADER_KSF_H
9GetApplicableFiles(
const std::string& sPath, std::vector<std::string>& out);
11LoadFromDir(
const std::string& sDir,
Song& out);
13LoadNoteDataFromSimfile(
const std::string& cachePath,
Steps& out);
Holds all music metadata and steps for one song.
Definition Song.h:65
Holds note information for a Song.
Definition Steps.h:42
Reads a Song from a set of .KSF files.
Definition NotesLoaderKSF.h:7