3#ifndef NOTES_LOADER_DWI_H
4#define NOTES_LOADER_DWI_H
30 std::set<std::string>& BlacklistedImages);
33LoadNoteDataFromSimfile(
const std::string& path,
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
The DWILoader handles parsing the .dwi file.
Definition NotesLoaderDWI.h:12
bool LoadFromDir(const std::string &sPath, Song &out, std::set< std::string > &BlacklistedImages)
Attempt to load a song from a specified path.
Definition NotesLoaderDWI.cpp:616
void GetApplicableFiles(const std::string &sPath, std::vector< std::string > &out)
Retrieve the list of .dwi files.
Definition NotesLoaderDWI.cpp:569