move MenuElements into a base ScreenWithMenuElements so that metrics can be overridden using the Fallback mechanism

This commit is contained in:
Chris Danford
2004-05-01 23:19:33 +00:00
parent 1d2d1927a6
commit df5cd5e813
57 changed files with 262 additions and 493 deletions
+2
View File
@@ -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;
};