include cleanups.

This commit is contained in:
Thad Ward
2005-10-30 21:39:49 +00:00
parent df136da381
commit 7a2e51e7ea
12 changed files with 13 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@
#include "DifficultyRating.h"
#include "ModeSwitcher.h"
#include "RageTexturePreloader.h"
#include "RageSound.h"
class ScreenEz2SelectMusic : public ScreenWithMenuElements
{
+1
View File
@@ -2,6 +2,7 @@
#define ScreenJoinMultiplayer_H
#include "ScreenWithMenuElements.h"
#include "RageSound.h"
enum MultiPlayerStatus
{
+1
View File
@@ -4,6 +4,7 @@
#define SCREEN_MINI_MENU_H
#include "ScreenOptions.h"
#include "GameConstantsAndTypes.h"
typedef bool (*MenuRowUpdateEnabled)();
@@ -13,6 +13,7 @@
#include "ActorScroller.h"
#include "ThemeMetric.h"
#include "DifficultyMeter.h"
#include "RageSound.h"
class HighScoreWheelItem : public ActorFrame
+1
View File
@@ -11,6 +11,7 @@
#include "OptionsCursor.h"
#include "LuaExpressionTransform.h"
#include "InputEventPlus.h"
#include "RageSound.h"
class OptionRowHandler;
@@ -2,6 +2,7 @@
#define ScreenOptionsManageCourses_H
#include "ScreenOptions.h"
#include "GameConstantsAndTypes.h"
class Course;
+2
View File
@@ -2,6 +2,8 @@
#define SCREENPLAYEROPTIONS_H
#include "ScreenOptionsMaster.h"
#include "RageSound.h"
struct lua_State;
class ScreenPlayerOptions : public ScreenOptionsMaster
+1
View File
@@ -5,6 +5,7 @@
#include "ScreenWithMenuElements.h"
#include "BitmapText.h"
#include "RageSound.h"
enum PromptType
{
+1
View File
@@ -13,6 +13,7 @@
#include "GameCommand.h"
#include "BitmapText.h"
#include "Character.h"
#include "RageSound.h"
/* Class Definition */
+1
View File
@@ -5,6 +5,7 @@
#include "ScreenWithMenuElements.h"
#include "BitmapText.h"
#include "RageSound.h"
enum KeyboardRow
{
+1
View File
@@ -10,6 +10,7 @@
#include "ScreenManager.h"
#include "GameSoundManager.h"
#include "AnnouncerManager.h"
#include "MemoryCardDisplay.h"
#define TIMER_STEALTH THEME->GetMetricB(m_sName,"TimerStealth")
#define STYLE_ICON THEME->GetMetricB(m_sName,"StyleIcon")
+1 -2
View File
@@ -5,8 +5,7 @@
#include "Sprite.h"
#include "Transition.h"
#include "ActorUtil.h"
#include "RageSound.h"
#include "MemoryCardDisplay.h"
//#include "RageSound.h"
#include "ThemeMetric.h"
class MenuTimer;