push song searching into a function

This commit is contained in:
Glenn Maynard
2003-02-05 19:16:00 +00:00
parent 859e1cbf56
commit 7db930ed2f
3 changed files with 69 additions and 52 deletions
+2 -1
View File
@@ -49,7 +49,7 @@ public:
void GetSongOptions( SongOptions* pSO_out) const;
int GetNumStages() const;
void LoadFromCRSFile( CString sPath, vector<Song*> &apSongs );
void LoadFromCRSFile( CString sPath );
void CreateEndlessCourseFromGroupAndDifficulty( CString sGroupName, Difficulty dc, vector<Song*> &apSongsInGroup );
void AddStage( Song* pSong, CString sDescription, CString sModifiers );
@@ -77,6 +77,7 @@ public:
private:
void Shuffle();
Song *FindSong(CString sSongDir);
};