The DWILoader handles parsing the .dwi file.
More...
|
void | GetApplicableFiles (const std::string &sPath, std::vector< std::string > &out) |
| Retrieve the list of .dwi files.
|
|
bool | LoadFromDir (const std::string &sPath, Song &out, std::set< std::string > &BlacklistedImages) |
| Attempt to load a song from a specified path.
|
|
bool | LoadNoteDataFromSimfile (const std::string &path, Steps &out) |
|
The DWILoader handles parsing the .dwi file.
◆ GetApplicableFiles()
void DWILoader::GetApplicableFiles |
( |
const std::string & |
sPath, |
|
|
std::vector< std::string > & |
out |
|
) |
| |
Retrieve the list of .dwi files.
- Parameters
-
sPath | a const reference to the path on the hard drive to check. |
out | a vector of files found in the path. |
◆ LoadFromDir()
bool DWILoader::LoadFromDir |
( |
const std::string & |
sPath, |
|
|
Song & |
out, |
|
|
std::set< std::string > & |
BlacklistedImages |
|
) |
| |
Attempt to load a song from a specified path.
- Parameters
-
sPath | a const reference to the path on the hard drive to check. |
out | a reference to the Song that will retrieve the song information. |
BlacklistedImages | a set of images that aren't used. |
- Returns
- its success or failure.