planning stuff for musicwheel
This commit is contained in:
@@ -360,6 +360,8 @@ bool MusicWheel::SelectModeMenuItem()
|
||||
return true;
|
||||
}
|
||||
|
||||
// bool MusicWheel::SelectCustomItem()
|
||||
|
||||
void MusicWheel::GetSongList( vector<Song*> &arraySongs, SortOrder so )
|
||||
{
|
||||
vector<Song*> apAllSongs;
|
||||
|
||||
@@ -57,6 +57,7 @@ protected:
|
||||
bool SelectSongOrCourse();
|
||||
bool SelectCourse( const Course *p );
|
||||
bool SelectModeMenuItem();
|
||||
//bool SelectCustomItem();
|
||||
|
||||
virtual void UpdateSwitch();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user