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 "song.h"
#include "RageTextureManager.h"
#include "Course.h"
RageTextureID Banner::BannerTex( RageTextureID ID )
{
+1
View File
@@ -26,6 +26,7 @@
#include "ThemeManager.h"
#include "Notes.h"
#include "song.h"
#include "Course.h"
// WheelItem stuff
+1
View File
@@ -27,6 +27,7 @@
#include "ActorUtil.h"
#include "RageTimer.h"
#include "UnlockSystem.h"
#include "Course.h"
const int NUM_SCORE_DIGITS = 9;
+1
View File
@@ -41,6 +41,7 @@
#include "CombinedLifeMeterEnemy.h"
#include "CombinedLifeMeterTug.h"
#include "Inventory.h"
#include "Course.h"
//
// Defines
+1
View File
@@ -22,6 +22,7 @@
#include "RageSoundManager.h"
#include "ThemeManager.h"
#include "ScreenRanking.h"
#include "Course.h"
#include <math.h>
+1
View File
@@ -15,6 +15,7 @@
#include "SongManager.h"
#include "GameState.h"
#include "GameManager.h"
#include "Course.h"
#define CATEGORY_X THEME->GetMetricF("ScreenRanking","CategoryX")
+1
View File
@@ -25,6 +25,7 @@
#include "RageSoundManager.h"
#include "CodeDetector.h"
#include "ThemeManager.h"
#include "Course.h"
#define EXPLANATION_X THEME->GetMetricF("ScreenSelectCourse","ExplanationX")