19 std::string& sMainTitleOut,
20 std::string& sSubTitleOut);
30 std::set<std::string>& BlacklistedImages);
Holds all music metadata and steps for one song.
Definition Song.h:65
Base class for step file loaders.
Definition NotesLoader.h:11
void GetMainAndSubTitlesFromFullTitle(const std::string &sFullTitle, std::string &sMainTitleOut, std::string &sSubTitleOut)
Identify the main and sub titles from a full title.
Definition NotesLoader.cpp:13
bool LoadFromDir(const std::string &sPath, Song &out, std::set< std::string > &BlacklistedImages)
Attempt to load a Song from the given directory.
Definition NotesLoader.cpp:33