Add missing header.
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "RageUtil.h"
|
||||
#include "song.h"
|
||||
#include "RageTextureManager.h"
|
||||
#include "Course.h"
|
||||
|
||||
RageTextureID Banner::BannerTex( RageTextureID ID )
|
||||
{
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
#include "ThemeManager.h"
|
||||
#include "Notes.h"
|
||||
#include "song.h"
|
||||
#include "Course.h"
|
||||
|
||||
|
||||
// WheelItem stuff
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
#include "ActorUtil.h"
|
||||
#include "RageTimer.h"
|
||||
#include "UnlockSystem.h"
|
||||
#include "Course.h"
|
||||
|
||||
const int NUM_SCORE_DIGITS = 9;
|
||||
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
#include "CombinedLifeMeterEnemy.h"
|
||||
#include "CombinedLifeMeterTug.h"
|
||||
#include "Inventory.h"
|
||||
#include "Course.h"
|
||||
|
||||
//
|
||||
// Defines
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "RageSoundManager.h"
|
||||
#include "ThemeManager.h"
|
||||
#include "ScreenRanking.h"
|
||||
#include "Course.h"
|
||||
#include <math.h>
|
||||
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
#include "SongManager.h"
|
||||
#include "GameState.h"
|
||||
#include "GameManager.h"
|
||||
#include "Course.h"
|
||||
|
||||
|
||||
#define CATEGORY_X THEME->GetMetricF("ScreenRanking","CategoryX")
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include "RageSoundManager.h"
|
||||
#include "CodeDetector.h"
|
||||
#include "ThemeManager.h"
|
||||
#include "Course.h"
|
||||
|
||||
|
||||
#define EXPLANATION_X THEME->GetMetricF("ScreenSelectCourse","ExplanationX")
|
||||
|
||||
Reference in New Issue
Block a user