add metrics for NextSong and PrevSong buttons

This commit is contained in:
Chris Danford
2007-01-16 07:47:00 +00:00
parent ca92299c23
commit 56ca4a5a18
3 changed files with 16 additions and 15 deletions
+4
View File
@@ -14,6 +14,7 @@
#include "ThemeMetric.h"
#include "RageTexturePreloader.h"
#include "TimingData.h"
#include "GameInput.h"
class ScreenSelectMusic : public ScreenWithMenuElements
{
@@ -67,6 +68,9 @@ protected:
DynamicThemeMetric<bool> SELECT_MENU_AVAILABLE;
DynamicThemeMetric<bool> MODE_MENU_AVAILABLE;
GameButton m_GameButtonPreviousSong;
GameButton m_GameButtonNextSong;
RString m_sSectionMusicPath;
RString m_sSortMusicPath;
RString m_sRouletteMusicPath;