Add missing header.
This commit is contained in:
@@ -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 )
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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")
|
||||||
|
|||||||
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user