move MenuElements into a base ScreenWithMenuElements so that metrics can be overridden using the Fallback mechanism
This commit is contained in:
@@ -81,11 +81,13 @@ public:
|
||||
void PlayCoinSound();
|
||||
void PlayInvalidSound();
|
||||
void PlayScreenshotSound();
|
||||
void PlayBackSound();
|
||||
private:
|
||||
RageSound m_soundStart;
|
||||
RageSound m_soundCoin;
|
||||
RageSound m_soundInvalid;
|
||||
RageSound m_soundScreenshot;
|
||||
RageSound m_soundBack;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user