dep fix
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
#include "ArrowEffects.h"
|
#include "ArrowEffects.h"
|
||||||
#include "Game.h"
|
#include "Game.h"
|
||||||
#include "NetworkSyncManager.h" //used for sending timing offset
|
#include "NetworkSyncManager.h" //used for sending timing offset
|
||||||
|
#include "DancingCharacters.h"
|
||||||
|
|
||||||
CachedThemeMetricF GRAY_ARROWS_Y_STANDARD ("Player","ReceptorArrowsYStandard");
|
CachedThemeMetricF GRAY_ARROWS_Y_STANDARD ("Player","ReceptorArrowsYStandard");
|
||||||
CachedThemeMetricF GRAY_ARROWS_Y_REVERSE ("Player","ReceptorArrowsYReverse");
|
CachedThemeMetricF GRAY_ARROWS_Y_REVERSE ("Player","ReceptorArrowsYReverse");
|
||||||
|
|||||||
@@ -17,7 +17,6 @@
|
|||||||
#include "RageTimer.h"
|
#include "RageTimer.h"
|
||||||
#include "ProTimingDisplay.h"
|
#include "ProTimingDisplay.h"
|
||||||
#include "RageSound.h"
|
#include "RageSound.h"
|
||||||
#include "DancingCharacters.h"
|
|
||||||
#include "AttackDisplay.h"
|
#include "AttackDisplay.h"
|
||||||
#include "NoteField.h"
|
#include "NoteField.h"
|
||||||
|
|
||||||
@@ -82,7 +81,6 @@ protected:
|
|||||||
AttackDisplay m_AttackDisplay;
|
AttackDisplay m_AttackDisplay;
|
||||||
|
|
||||||
int m_iDCState;
|
int m_iDCState;
|
||||||
// DancingCharacters* m_pDancingCharacters; // used to adjust the 2D anims dancing states
|
|
||||||
LifeMeter* m_pLifeMeter;
|
LifeMeter* m_pLifeMeter;
|
||||||
CombinedLifeMeter* m_pCombinedLifeMeter;
|
CombinedLifeMeter* m_pCombinedLifeMeter;
|
||||||
ScoreDisplay* m_pScoreDisplay;
|
ScoreDisplay* m_pScoreDisplay;
|
||||||
|
|||||||
@@ -39,6 +39,7 @@
|
|||||||
#include "PlayerAI.h" // for NUM_SKILL_LEVELS
|
#include "PlayerAI.h" // for NUM_SKILL_LEVELS
|
||||||
#include "NetworkSyncManager.h"
|
#include "NetworkSyncManager.h"
|
||||||
#include "Foreach.h"
|
#include "Foreach.h"
|
||||||
|
#include "DancingCharacters.h"
|
||||||
|
|
||||||
//
|
//
|
||||||
// Defines
|
// Defines
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#include "GameManager.h"
|
#include "GameManager.h"
|
||||||
#include "NotesLoaderSM.h"
|
#include "NotesLoaderSM.h"
|
||||||
#include "GameSoundManager.h"
|
#include "GameSoundManager.h"
|
||||||
|
#include "Model.h"
|
||||||
|
|
||||||
#define SECONDS_TO_SHOW THEME->GetMetricF("ScreenHowToPlay","SecondsToShow")
|
#define SECONDS_TO_SHOW THEME->GetMetricF("ScreenHowToPlay","SecondsToShow")
|
||||||
#define STEPFILE THEME->GetMetric ("ScreenHowToPlay","Stepfile")
|
#define STEPFILE THEME->GetMetric ("ScreenHowToPlay","Stepfile")
|
||||||
|
|||||||
Reference in New Issue
Block a user