This commit is contained in:
Glenn Maynard
2006-03-13 23:10:22 +00:00
parent e6bfc856b2
commit 5b9bb999c0
+8 -8
View File
@@ -49,22 +49,22 @@ protected:
AutoActor m_autoHeader;
Sprite m_sprStyleIcon;
AutoActor m_sprStage;
MemoryCardDisplay *m_MemoryCardDisplay[NUM_PLAYERS];
MemoryCardDisplay *m_MemoryCardDisplay[NUM_PLAYERS];
MenuTimer *m_MenuTimer;
AutoActor m_autoFooter;
HelpDisplay *m_textHelp;
AutoActor m_sprOverlay;
Transition m_In;
Transition m_Out;
Transition m_Cancel;
Transition m_In;
Transition m_Out;
Transition m_Cancel;
ThemeMetric<bool> PLAY_MUSIC;
ThemeMetric<bool> CANCEL_TRANSITIONS_OUT;
ThemeMetric<float> TIMER_SECONDS;
ThemeMetric<bool> PLAY_MUSIC;
ThemeMetric<bool> CANCEL_TRANSITIONS_OUT;
ThemeMetric<float> TIMER_SECONDS;
private:
RString m_sPathToMusic;
RString m_sPathToMusic;
};
#endif