Make this public.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user