Etterna 0.74.4
|
Base class for step file loaders. More...
Functions | |
void | GetMainAndSubTitlesFromFullTitle (const std::string &sFullTitle, std::string &sMainTitleOut, std::string &sSubTitleOut) |
Identify the main and sub titles from a full title. | |
bool | LoadFromDir (const std::string &sPath, Song &out, std::set< std::string > &BlacklistedImages) |
Attempt to load a Song from the given directory. | |
Base class for step file loaders.
void NotesLoader::GetMainAndSubTitlesFromFullTitle | ( | const std::string & | sFullTitle, |
std::string & | sMainTitleOut, | ||
std::string & | sSubTitleOut | ||
) |
Identify the main and sub titles from a full title.
sFullTitle | the full title. |
sMainTitleOut | the eventual main title. |
sSubTitleOut | the ventual sub title. |
bool NotesLoader::LoadFromDir | ( | const std::string & | sPath, |
Song & | out, | ||
std::set< std::string > & | BlacklistedImages | ||
) |