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