missing headers
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "global.h"
|
||||
#include "DualScrollBar.h"
|
||||
#include "ThemeManager.h"
|
||||
#include "RageUtil.h"
|
||||
|
||||
DualScrollBar::DualScrollBar()
|
||||
{
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "global.h"
|
||||
#include "GhostArrow.h"
|
||||
#include "NoteSkinManager.h"
|
||||
#include "RageUtil.h"
|
||||
|
||||
GhostArrow::GhostArrow()
|
||||
{
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include "MemoryCardDisplay.h"
|
||||
#include "ThemeManager.h"
|
||||
#include "MemoryCardManager.h"
|
||||
#include "RageUtil.h"
|
||||
|
||||
|
||||
MemoryCardDisplay::MemoryCardDisplay()
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "global.h"
|
||||
#include "MusicSortDisplay.h"
|
||||
#include "ThemeManager.h"
|
||||
#include "RageUtil.h"
|
||||
|
||||
|
||||
MusicSortDisplay::MusicSortDisplay()
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include "OptionIcon.h"
|
||||
#include "ThemeManager.h"
|
||||
#include "PlayerOptions.h"
|
||||
#include "RageUtil.h"
|
||||
|
||||
#define TEXT_OFFSET_X THEME->GetMetricF("OptionIcon","TextOffsetX")
|
||||
#define TEXT_OFFSET_Y THEME->GetMetricF("OptionIcon","TextOffsetY")
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "global.h"
|
||||
#include "ProTimingDisplay.h"
|
||||
#include "ThemeManager.h"
|
||||
#include "RageUtil.h"
|
||||
|
||||
static CachedThemeMetric MARVELOUS_COMMAND ("ProTimingDisplay","MarvelousCommand");
|
||||
static CachedThemeMetric PERFECT_COMMAND ("ProTimingDisplay","PerfectCommand");
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
#include "ThemeManager.h"
|
||||
#include "LuaHelpers.h"
|
||||
#include "ModeChoice.h"
|
||||
#include "RageUtil.h"
|
||||
|
||||
#define CHOICES THEME->GetMetric (m_sName,"Choices")
|
||||
#define CONDITION(choice) THEME->GetMetric (m_sName,"Condition"+choice)
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#include "ScreenManager.h"
|
||||
#include "RageSoundManager.h"
|
||||
#include "ThemeManager.h"
|
||||
#include "RageUtil.h"
|
||||
|
||||
ScreenTestSound::ScreenTestSound( CString sClassName ) : Screen( sClassName )
|
||||
{
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#include "ScrollBar.h"
|
||||
#include "GameConstantsAndTypes.h"
|
||||
#include "ThemeManager.h"
|
||||
#include "RageUtil.h"
|
||||
|
||||
|
||||
ScrollBar::ScrollBar()
|
||||
|
||||
Reference in New Issue
Block a user