add metrics for NextSong and PrevSong buttons
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user