[notesloader] More cleanup.

Need to test something in gameplay before continuing.
This commit is contained in:
Jason Felds
2011-06-09 15:14:47 -04:00
parent dec615a2e7
commit 68fd21fdc8
5 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ struct SSCLoader : public SMLoader
* @param sPath a const reference to the path on the hard drive to check.
* @param out a vector of files found in the path.
*/
void GetApplicableFiles( const RString &sPath, vector<RString> &out );
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.