Add missing header.

This commit is contained in:
Glenn Maynard
2003-07-17 20:10:07 +00:00
parent abd9a95eef
commit d926a032ff
7 changed files with 7 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@
#include "RageUtil.h" #include "RageUtil.h"
#include "song.h" #include "song.h"
#include "RageTextureManager.h" #include "RageTextureManager.h"
#include "Course.h"
RageTextureID Banner::BannerTex( RageTextureID ID ) RageTextureID Banner::BannerTex( RageTextureID ID )
{ {
+1
View File
@@ -26,6 +26,7 @@
#include "ThemeManager.h" #include "ThemeManager.h"
#include "Notes.h" #include "Notes.h"
#include "song.h" #include "song.h"
#include "Course.h"
// WheelItem stuff // WheelItem stuff
+1
View File
@@ -27,6 +27,7 @@
#include "ActorUtil.h" #include "ActorUtil.h"
#include "RageTimer.h" #include "RageTimer.h"
#include "UnlockSystem.h" #include "UnlockSystem.h"
#include "Course.h"
const int NUM_SCORE_DIGITS = 9; const int NUM_SCORE_DIGITS = 9;
+1
View File
@@ -41,6 +41,7 @@
#include "CombinedLifeMeterEnemy.h" #include "CombinedLifeMeterEnemy.h"
#include "CombinedLifeMeterTug.h" #include "CombinedLifeMeterTug.h"
#include "Inventory.h" #include "Inventory.h"
#include "Course.h"
// //
// Defines // Defines
+1
View File
@@ -22,6 +22,7 @@
#include "RageSoundManager.h" #include "RageSoundManager.h"
#include "ThemeManager.h" #include "ThemeManager.h"
#include "ScreenRanking.h" #include "ScreenRanking.h"
#include "Course.h"
#include <math.h> #include <math.h>
+1
View File
@@ -15,6 +15,7 @@
#include "SongManager.h" #include "SongManager.h"
#include "GameState.h" #include "GameState.h"
#include "GameManager.h" #include "GameManager.h"
#include "Course.h"
#define CATEGORY_X THEME->GetMetricF("ScreenRanking","CategoryX") #define CATEGORY_X THEME->GetMetricF("ScreenRanking","CategoryX")
+1
View File
@@ -25,6 +25,7 @@
#include "RageSoundManager.h" #include "RageSoundManager.h"
#include "CodeDetector.h" #include "CodeDetector.h"
#include "ThemeManager.h" #include "ThemeManager.h"
#include "Course.h"
#define EXPLANATION_X THEME->GetMetricF("ScreenSelectCourse","ExplanationX") #define EXPLANATION_X THEME->GetMetricF("ScreenSelectCourse","ExplanationX")