sm4svn sync part 2.

528089b: remove preferred group filtering (leaving the setting in for later use) [Glenn Maynard]
96821ad: fix pump routine right side DownLeft not drawn [Chris Danford]
fd88c62: easier debug stepping [Chris Danford]
This commit is contained in:
AJ Kelly
2010-02-13 13:37:03 -06:00
parent a7a8b6b94d
commit 777745b7fb
6 changed files with 14 additions and 27 deletions
+1 -2
View File
@@ -79,8 +79,7 @@ public:
// Lookup
const vector<Song*> &GetSongs( const RString &sGroupName ) const;
const vector<Song*> &GetAllSongs() const { return GetSongs(GROUP_ALL); }
void GetPopularSongs( vector<Song*> &AddTo, const RString &sGroupName ) const;
const vector<Song*> &GetAllPopularSongs() const { return m_pPopularSongs; }
const vector<Song*> &GetPopularSongs() const { return m_pPopularSongs; }
void GetPreferredSortSongs( vector<Song*> &AddTo ) const;
RString SongToPreferredSortSectionName( const Song *pSong ) const;
const vector<Course*> &GetPopularCourses( CourseType ct ) const { return m_pPopularCourses[ct]; }