planning stuff for musicwheel

This commit is contained in:
AJ Kelly
2011-04-29 13:25:58 -05:00
parent 09742fa72a
commit 14e07cbb61
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -360,6 +360,8 @@ bool MusicWheel::SelectModeMenuItem()
return true; return true;
} }
// bool MusicWheel::SelectCustomItem()
void MusicWheel::GetSongList( vector<Song*> &arraySongs, SortOrder so ) void MusicWheel::GetSongList( vector<Song*> &arraySongs, SortOrder so )
{ {
vector<Song*> apAllSongs; vector<Song*> apAllSongs;
+1
View File
@@ -57,6 +57,7 @@ protected:
bool SelectSongOrCourse(); bool SelectSongOrCourse();
bool SelectCourse( const Course *p ); bool SelectCourse( const Course *p );
bool SelectModeMenuItem(); bool SelectModeMenuItem();
//bool SelectCustomItem();
virtual void UpdateSwitch(); virtual void UpdateSwitch();