This commit is contained in:
Glenn Maynard
2005-01-15 21:00:50 +00:00
parent 862f19ed65
commit b1227b4372
9 changed files with 9 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@
#include "ThemeManager.h"
#include "GameSoundManager.h"
#include "CommonMetrics.h"
#include "BGAnimation.h"
#define NEXT_SCREEN THEME->GetMetric (m_sName,"NextScreen")
+1
View File
@@ -6,6 +6,7 @@
#include "ScreenAttract.h"
#include "Transition.h"
#include "ActorScroller.h"
#include "BGAnimation.h"
class ScreenCredits : public ScreenAttract
+1
View File
@@ -17,6 +17,7 @@
#include "PrefsManager.h"
#include "StageStats.h"
#include "PlayerState.h"
#include "BGAnimation.h"
#define SCROLL_DELAY THEME->GetMetricF("ScreenEnding","ScrollDelay")
+1
View File
@@ -5,6 +5,7 @@
#include "Player.h"
#include "LifeMeterBar.h"
#include "Character.h"
#include "BGAnimation.h"
class ScreenHowToPlay : public ScreenAttract
+1 -1
View File
@@ -8,7 +8,7 @@
#include "Transition.h"
#include "Quad.h"
#include "RandomSample.h"
#include "BGAnimation.h"
#define MAX_MENU_ROWS 40
@@ -11,6 +11,7 @@
#include "HighScore.h"
#include "DifficultyIcon.h"
#include "PercentageDisplay.h"
#include "BGAnimation.h"
class HighScoreWheelItem : public ActorFrame
+1
View File
@@ -8,6 +8,7 @@
#include "Transition.h"
#include "Quad.h"
#include "RandomSample.h"
#include "BGAnimation.h"
class ScreenPrompt : public Screen
+1
View File
@@ -8,6 +8,7 @@
#include "Sprite.h"
#include "Character.h"
#include "BitmapText.h"
#include "BGAnimation.h"
class ScreenStage : public Screen
{
+1
View File
@@ -8,6 +8,7 @@
#include "Transition.h"
#include "Quad.h"
#include "RandomSample.h"
#include "BGAnimation.h"
class ScreenTextEntry : public Screen
{