1#ifndef NOTES_LOADER_BMS_H
2#define NOTES_LOADER_BMS_H
13GetApplicableFiles(
const std::string& sPath, std::vector<std::string>& out);
15LoadFromDir(
const std::string& sDir,
Song& out);
17LoadNoteDataFromSimfile(
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 .BMS files.
Definition NotesLoaderBMS.h:11