Moved more constants into theme metrics

This commit is contained in:
Chris Danford
2002-08-22 09:31:32 +00:00
parent a0cf0fde6b
commit 822f8dd3a6
38 changed files with 1380 additions and 542 deletions
+7 -2
View File
@@ -15,9 +15,9 @@
#include "RandomStream.h"
#include "GameConstantsAndTypes.h"
#include "MusicWheel.h"
#include "CourseInfoFrame.h"
#include "CourseContentsFrame.h"
#include "MenuElements.h"
#include "FadingBanner.h"
class ScreenSelectCourse : public Screen
@@ -44,8 +44,13 @@ protected:
MenuElements m_Menu;
CourseInfoFrame m_CourseInfoFrame;
Sprite m_sprBannerFrame;
FadingBanner m_Banner;
BitmapText m_textNumStages;
BitmapText m_textTime;
CourseContentsFrame m_CourseContentsFrame;
Sprite m_sprHighScoreFrame[NUM_PLAYERS];
ScoreDisplayNormal m_HighScore[NUM_PLAYERS];
MusicWheel m_MusicWheel;
bool m_bMadeChoice;