Make this public.

This commit is contained in:
Steve Checkoway
2006-03-12 09:06:31 +00:00
parent 4811d8123c
commit 3511392d6d
+1 -2
View File
@@ -81,6 +81,7 @@ public:
void GetSongs( vector<Song*> &AddTo, int iMaxStages ) const { GetSongs(AddTo,GROUP_ALL,iMaxStages); }
void GetSongs( vector<Song*> &AddTo ) const { GetSongs(AddTo,GROUP_ALL,INT_MAX); }
Song *FindSong( RString sPath );
Song *FindSong( RString sGroup, RString sSong );
Course *FindCourse( RString sName );
int GetNumSongs() const;
int GetNumSongGroups() const;
@@ -124,8 +125,6 @@ protected:
void AddGroup( RString sDir, RString sGroupDirName );
int GetNumEditsLoadedFromProfile( ProfileSlot slot ) const;
Song *FindSong( RString sGroup, RString sSong );
vector<Song*> m_pSongs; // all songs that can be played
vector<Song*> m_pBestSongs[NUM_ProfileSlot];
vector<Song*> m_pShuffledSongs; // used by GetRandomSong