missing headers
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "song.h"
|
||||
#include "GameManager.h"
|
||||
#include "SongManager.h"
|
||||
#include "SongUtil.h"
|
||||
#include "GameState.h"
|
||||
#include "RageException.h"
|
||||
#include "RageLog.h"
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
#include "Course.h"
|
||||
#include "RageTimer.h"
|
||||
#include "ProfileManager.h"
|
||||
#include "Profile.h"
|
||||
#include "SongManager.h"
|
||||
#include "XmlFile.h"
|
||||
#include "GameState.h"
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
#include "RageDisplay.h"
|
||||
#include "AnnouncerManager.h"
|
||||
#include "ProfileManager.h"
|
||||
#include "Profile.h"
|
||||
#include "StepMania.h"
|
||||
#include "ScreenManager.h"
|
||||
#include "SongManager.h"
|
||||
|
||||
@@ -9,7 +9,9 @@
|
||||
#include "RageLog.h"
|
||||
#include "RageUtil.h"
|
||||
#include "SongManager.h"
|
||||
#include "SongUtil.h"
|
||||
#include "Steps.h"
|
||||
#include "HighScore.h"
|
||||
#include "NoteSkinManager.h"
|
||||
#include "GameCommand.h"
|
||||
#include "NoteFieldPositioning.h"
|
||||
@@ -17,6 +19,7 @@
|
||||
#include "UnlockManager.h"
|
||||
#include "AnnouncerManager.h"
|
||||
#include "ProfileManager.h"
|
||||
#include "Profile.h"
|
||||
#include "ThemeManager.h"
|
||||
#include "LightsManager.h"
|
||||
#include "RageFile.h"
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
#include "Steps.h"
|
||||
#include "RageLog.h"
|
||||
#include "ProfileManager.h"
|
||||
#include "Profile.h"
|
||||
#include "SongManager.h"
|
||||
#include "Course.h"
|
||||
#include "Style.h"
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
#include "Style.h"
|
||||
#include "MessageManager.h"
|
||||
#include "ProfileManager.h"
|
||||
#include "Profile.h"
|
||||
#include "StatsManager.h"
|
||||
|
||||
CString JUDGMENT_X_NAME( size_t p, size_t both_sides ) { return "JudgmentXOffset" + (both_sides ? CString("BothSides") : ssprintf("OneSideP%d",int(p+1)) ); }
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
#include "AnnouncerManager.h"
|
||||
#include "song.h"
|
||||
#include "ProfileManager.h"
|
||||
#include "Profile.h"
|
||||
#include "ActorUtil.h"
|
||||
#include "GameState.h"
|
||||
#include "MemoryCardManager.h"
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#include "Course.h"
|
||||
#include "LightsManager.h"
|
||||
#include "ProfileManager.h"
|
||||
#include "Profile.h"
|
||||
#include "song.h"
|
||||
#include "StatsManager.h"
|
||||
#include "Grade.h"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
#include "Course.h"
|
||||
#include "AnnouncerManager.h"
|
||||
#include "ProfileManager.h"
|
||||
#include "Profile.h"
|
||||
#include "NoteFieldPositioning.h"
|
||||
#include "StageStats.h"
|
||||
#include "Game.h"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#include "song.h"
|
||||
#include "Steps.h"
|
||||
#include "ProfileManager.h"
|
||||
#include "Profile.h"
|
||||
#include "StatsManager.h"
|
||||
#include "RageDisplay.h"
|
||||
#include "Foreach.h"
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
#include "PrefsManager.h"
|
||||
#include "ActorUtil.h"
|
||||
#include "ProfileManager.h"
|
||||
#include "Profile.h"
|
||||
#include "RageLog.h"
|
||||
#include "UnlockManager.h"
|
||||
#include "ScreenDimensions.h"
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
#include "RageTextureManager.h"
|
||||
#include "Course.h"
|
||||
#include "ProfileManager.h"
|
||||
#include "Profile.h"
|
||||
#include "MenuTimer.h"
|
||||
#include "LightsManager.h"
|
||||
#include "StatsManager.h"
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include "SongUtil.h"
|
||||
#include "StepsUtil.h"
|
||||
#include "CourseUtil.h"
|
||||
#include "TrailUtil.h"
|
||||
#include "RageFileManager.h"
|
||||
#include "UnlockManager.h"
|
||||
#include "Foreach.h"
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
#include "GameState.h"
|
||||
#include "Style.h"
|
||||
#include "ProfileManager.h"
|
||||
#include "Profile.h"
|
||||
#include "PrefsManager.h"
|
||||
#include "SongManager.h"
|
||||
#include "XmlFile.h"
|
||||
#include "PrefsManager.h"
|
||||
#include "Foreach.h"
|
||||
#include "UnlockManager.h"
|
||||
|
||||
|
||||
@@ -3,8 +3,10 @@
|
||||
#include "GameState.h"
|
||||
#include "Foreach.h"
|
||||
#include "ProfileManager.h"
|
||||
#include "Profile.h"
|
||||
#include "PrefsManager.h"
|
||||
#include "Steps.h"
|
||||
#include "StyleUtil.h"
|
||||
|
||||
StatsManager* STATSMAN = NULL; // global object accessable from anywhere in the program
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include "StepsUtil.h"
|
||||
#include "Steps.h"
|
||||
#include "ProfileManager.h"
|
||||
#include "Profile.h"
|
||||
#include "song.h"
|
||||
#include "SongManager.h"
|
||||
#include "GameManager.h"
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#include "SongManager.h"
|
||||
#include "GameState.h"
|
||||
#include "ProfileManager.h"
|
||||
#include "Profile.h"
|
||||
#include "ThemeManager.h"
|
||||
#include "Foreach.h"
|
||||
#include "Steps.h"
|
||||
|
||||
Reference in New Issue
Block a user