missing headers

This commit is contained in:
Glenn Maynard
2004-06-08 00:45:30 +00:00
parent a9cae0be88
commit 4cbf2478f5
9 changed files with 9 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
#include "global.h"
#include "DualScrollBar.h"
#include "ThemeManager.h"
#include "RageUtil.h"
DualScrollBar::DualScrollBar()
{
+1
View File
@@ -1,6 +1,7 @@
#include "global.h"
#include "GhostArrow.h"
#include "NoteSkinManager.h"
#include "RageUtil.h"
GhostArrow::GhostArrow()
{
+1
View File
@@ -2,6 +2,7 @@
#include "MemoryCardDisplay.h"
#include "ThemeManager.h"
#include "MemoryCardManager.h"
#include "RageUtil.h"
MemoryCardDisplay::MemoryCardDisplay()
+1
View File
@@ -1,6 +1,7 @@
#include "global.h"
#include "MusicSortDisplay.h"
#include "ThemeManager.h"
#include "RageUtil.h"
MusicSortDisplay::MusicSortDisplay()
+1
View File
@@ -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
View File
@@ -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");
+1
View File
@@ -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)
+1
View File
@@ -19,6 +19,7 @@
#include "ScreenManager.h"
#include "RageSoundManager.h"
#include "ThemeManager.h"
#include "RageUtil.h"
ScreenTestSound::ScreenTestSound( CString sClassName ) : Screen( sClassName )
{
+1
View File
@@ -2,6 +2,7 @@
#include "ScrollBar.h"
#include "GameConstantsAndTypes.h"
#include "ThemeManager.h"
#include "RageUtil.h"
ScrollBar::ScrollBar()