No longer store #NOTES in cache.
Use the #STEPFILENAME tag to access the files as appropriate. To the betting pool fans: file cache version is 192.
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
#define NOTES_LOADER_PMS_H
|
||||
|
||||
class Song;
|
||||
class Steps;
|
||||
/** @brief Reads a Song from a set of .PMS files. */
|
||||
namespace PMSLoader
|
||||
{
|
||||
void GetApplicableFiles( const RString &sPath, vector<RString> &out );
|
||||
bool LoadFromDir( const RString &sDir, Song &out );
|
||||
bool LoadNoteDataFromSimfile(const RString & cachePath, Steps & out);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user