[notesreader] Ready to test again.

This commit is contained in:
Jason Felds
2011-06-09 22:00:10 -04:00
parent bb642827a8
commit 4830ecc730
5 changed files with 3 additions and 23 deletions
+1 -6
View File
@@ -42,12 +42,7 @@ struct SSCLoader : public SMLoader
* @return its success or failure.
*/
virtual bool LoadFromSimfile( const RString &sPath, Song &out, bool bFromCache = false );
/**
* @brief Retrieve the list of .ssc files.
* @param sPath a const reference to the path on the hard drive to check.
* @param out a vector of files found in the path.
*/
virtual void GetApplicableFiles( const RString &sPath, vector<RString> &out );
/**
* @brief Attempt to load an edit from the hard drive.
* @param sEditFilePath a path on the hard drive to check.