This commit is contained in:
Glenn Maynard
2004-08-19 01:18:11 +00:00
parent b1b4163923
commit 350d3771b8
4 changed files with 3 additions and 2 deletions
+1
View File
@@ -26,6 +26,7 @@
#include "ArrowEffects.h"
#include "Game.h"
#include "NetworkSyncManager.h" //used for sending timing offset
#include "DancingCharacters.h"
CachedThemeMetricF GRAY_ARROWS_Y_STANDARD ("Player","ReceptorArrowsYStandard");
CachedThemeMetricF GRAY_ARROWS_Y_REVERSE ("Player","ReceptorArrowsYReverse");
-2
View File
@@ -17,7 +17,6 @@
#include "RageTimer.h"
#include "ProTimingDisplay.h"
#include "RageSound.h"
#include "DancingCharacters.h"
#include "AttackDisplay.h"
#include "NoteField.h"
@@ -82,7 +81,6 @@ protected:
AttackDisplay m_AttackDisplay;
int m_iDCState;
// DancingCharacters* m_pDancingCharacters; // used to adjust the 2D anims dancing states
LifeMeter* m_pLifeMeter;
CombinedLifeMeter* m_pCombinedLifeMeter;
ScoreDisplay* m_pScoreDisplay;
+1
View File
@@ -39,6 +39,7 @@
#include "PlayerAI.h" // for NUM_SKILL_LEVELS
#include "NetworkSyncManager.h"
#include "Foreach.h"
#include "DancingCharacters.h"
//
// Defines
+1
View File
@@ -11,6 +11,7 @@
#include "GameManager.h"
#include "NotesLoaderSM.h"
#include "GameSoundManager.h"
#include "Model.h"
#define SECONDS_TO_SHOW THEME->GetMetricF("ScreenHowToPlay","SecondsToShow")
#define STEPFILE THEME->GetMetric ("ScreenHowToPlay","Stepfile")