headers
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
#include "ThemeManager.h"
|
#include "ThemeManager.h"
|
||||||
#include "GameSoundManager.h"
|
#include "GameSoundManager.h"
|
||||||
#include "CommonMetrics.h"
|
#include "CommonMetrics.h"
|
||||||
|
#include "BGAnimation.h"
|
||||||
|
|
||||||
#define NEXT_SCREEN THEME->GetMetric (m_sName,"NextScreen")
|
#define NEXT_SCREEN THEME->GetMetric (m_sName,"NextScreen")
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
#include "ScreenAttract.h"
|
#include "ScreenAttract.h"
|
||||||
#include "Transition.h"
|
#include "Transition.h"
|
||||||
#include "ActorScroller.h"
|
#include "ActorScroller.h"
|
||||||
|
#include "BGAnimation.h"
|
||||||
|
|
||||||
|
|
||||||
class ScreenCredits : public ScreenAttract
|
class ScreenCredits : public ScreenAttract
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
#include "PrefsManager.h"
|
#include "PrefsManager.h"
|
||||||
#include "StageStats.h"
|
#include "StageStats.h"
|
||||||
#include "PlayerState.h"
|
#include "PlayerState.h"
|
||||||
|
#include "BGAnimation.h"
|
||||||
|
|
||||||
|
|
||||||
#define SCROLL_DELAY THEME->GetMetricF("ScreenEnding","ScrollDelay")
|
#define SCROLL_DELAY THEME->GetMetricF("ScreenEnding","ScrollDelay")
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
#include "Player.h"
|
#include "Player.h"
|
||||||
#include "LifeMeterBar.h"
|
#include "LifeMeterBar.h"
|
||||||
#include "Character.h"
|
#include "Character.h"
|
||||||
|
#include "BGAnimation.h"
|
||||||
|
|
||||||
|
|
||||||
class ScreenHowToPlay : public ScreenAttract
|
class ScreenHowToPlay : public ScreenAttract
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
#include "Transition.h"
|
#include "Transition.h"
|
||||||
#include "Quad.h"
|
#include "Quad.h"
|
||||||
#include "RandomSample.h"
|
#include "RandomSample.h"
|
||||||
|
#include "BGAnimation.h"
|
||||||
|
|
||||||
#define MAX_MENU_ROWS 40
|
#define MAX_MENU_ROWS 40
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#include "HighScore.h"
|
#include "HighScore.h"
|
||||||
#include "DifficultyIcon.h"
|
#include "DifficultyIcon.h"
|
||||||
#include "PercentageDisplay.h"
|
#include "PercentageDisplay.h"
|
||||||
|
#include "BGAnimation.h"
|
||||||
|
|
||||||
|
|
||||||
class HighScoreWheelItem : public ActorFrame
|
class HighScoreWheelItem : public ActorFrame
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#include "Transition.h"
|
#include "Transition.h"
|
||||||
#include "Quad.h"
|
#include "Quad.h"
|
||||||
#include "RandomSample.h"
|
#include "RandomSample.h"
|
||||||
|
#include "BGAnimation.h"
|
||||||
|
|
||||||
|
|
||||||
class ScreenPrompt : public Screen
|
class ScreenPrompt : public Screen
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#include "Sprite.h"
|
#include "Sprite.h"
|
||||||
#include "Character.h"
|
#include "Character.h"
|
||||||
#include "BitmapText.h"
|
#include "BitmapText.h"
|
||||||
|
#include "BGAnimation.h"
|
||||||
|
|
||||||
class ScreenStage : public Screen
|
class ScreenStage : public Screen
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#include "Transition.h"
|
#include "Transition.h"
|
||||||
#include "Quad.h"
|
#include "Quad.h"
|
||||||
#include "RandomSample.h"
|
#include "RandomSample.h"
|
||||||
|
#include "BGAnimation.h"
|
||||||
|
|
||||||
class ScreenTextEntry : public Screen
|
class ScreenTextEntry : public Screen
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user