cleanup
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
#include "Style.h"
|
#include "Style.h"
|
||||||
#include "ActorUtil.h"
|
#include "ActorUtil.h"
|
||||||
#include "CommonMetrics.h"
|
#include "CommonMetrics.h"
|
||||||
|
#include "song.h"
|
||||||
|
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,6 @@
|
|||||||
#ifndef BPM_DISPLAY_H
|
#ifndef BPM_DISPLAY_H
|
||||||
#define BPM_DISPLAY_H
|
#define BPM_DISPLAY_H
|
||||||
|
|
||||||
#include "Sprite.h"
|
|
||||||
#include "song.h"
|
|
||||||
#include "ActorFrame.h"
|
#include "ActorFrame.h"
|
||||||
#include "BitmapText.h"
|
#include "BitmapText.h"
|
||||||
#include "Quad.h"
|
#include "Quad.h"
|
||||||
@@ -12,6 +10,7 @@
|
|||||||
#include "ThemeMetric.h"
|
#include "ThemeMetric.h"
|
||||||
class Song;
|
class Song;
|
||||||
class Course;
|
class Course;
|
||||||
|
struct DisplayBpms;
|
||||||
|
|
||||||
class BPMDisplay : public ActorFrame
|
class BPMDisplay : public ActorFrame
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
#define CombinedLifeMeterTug_H
|
#define CombinedLifeMeterTug_H
|
||||||
|
|
||||||
#include "CombinedLifeMeter.h"
|
#include "CombinedLifeMeter.h"
|
||||||
#include "Sprite.h"
|
|
||||||
#include "MeterDisplay.h"
|
#include "MeterDisplay.h"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -3,8 +3,6 @@
|
|||||||
#ifndef MENU_TIMER_H
|
#ifndef MENU_TIMER_H
|
||||||
#define MENU_TIMER_H
|
#define MENU_TIMER_H
|
||||||
|
|
||||||
#include "Sprite.h"
|
|
||||||
#include "song.h"
|
|
||||||
#include "ActorFrame.h"
|
#include "ActorFrame.h"
|
||||||
#include "BitmapText.h"
|
#include "BitmapText.h"
|
||||||
#include "RageSound.h"
|
#include "RageSound.h"
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
#define METER_DISPLAY_H
|
#define METER_DISPLAY_H
|
||||||
|
|
||||||
#include "ActorFrame.h"
|
#include "ActorFrame.h"
|
||||||
#include "Sprite.h"
|
|
||||||
#include "AutoActor.h"
|
#include "AutoActor.h"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,16 +1,8 @@
|
|||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "ScreenBookkeeping.h"
|
#include "ScreenBookkeeping.h"
|
||||||
#include "PrefsManager.h"
|
|
||||||
#include "ScreenManager.h"
|
#include "ScreenManager.h"
|
||||||
#include "GameConstantsAndTypes.h"
|
|
||||||
#include "PrefsManager.h"
|
|
||||||
#include "RageLog.h"
|
#include "RageLog.h"
|
||||||
#include "InputMapper.h"
|
|
||||||
#include "GameManager.h"
|
|
||||||
#include "GameState.h"
|
|
||||||
#include "GameSoundManager.h"
|
|
||||||
#include "ThemeManager.h"
|
#include "ThemeManager.h"
|
||||||
#include "RageDisplay.h"
|
|
||||||
#include "Bookkeeper.h"
|
#include "Bookkeeper.h"
|
||||||
#include "ScreenDimensions.h"
|
#include "ScreenDimensions.h"
|
||||||
|
|
||||||
|
|||||||
@@ -4,10 +4,7 @@
|
|||||||
#define SCREEN_BOOKKEEPING_H
|
#define SCREEN_BOOKKEEPING_H
|
||||||
|
|
||||||
#include "ScreenWithMenuElements.h"
|
#include "ScreenWithMenuElements.h"
|
||||||
#include "Sprite.h"
|
|
||||||
#include "BitmapText.h"
|
#include "BitmapText.h"
|
||||||
#include "PrefsManager.h"
|
|
||||||
#include "InputMapper.h"
|
|
||||||
|
|
||||||
const int NUM_BOOKKEEPING_COLS = 4;
|
const int NUM_BOOKKEEPING_COLS = 4;
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
#define ScreenJukebox_H
|
#define ScreenJukebox_H
|
||||||
|
|
||||||
#include "ScreenGameplayNormal.h"
|
#include "ScreenGameplayNormal.h"
|
||||||
#include "Sprite.h"
|
|
||||||
class CourseEntry;
|
class CourseEntry;
|
||||||
|
|
||||||
class ScreenJukebox : public ScreenGameplayNormal
|
class ScreenJukebox : public ScreenGameplayNormal
|
||||||
|
|||||||
@@ -1,19 +1,14 @@
|
|||||||
#include "global.h"
|
#include "global.h"
|
||||||
#include "ScreenMapControllers.h"
|
#include "ScreenMapControllers.h"
|
||||||
#include "PrefsManager.h"
|
|
||||||
#include "GameConstantsAndTypes.h"
|
#include "GameConstantsAndTypes.h"
|
||||||
#include "ScreenManager.h"
|
#include "ScreenManager.h"
|
||||||
#include "PrefsManager.h"
|
|
||||||
#include "RageLog.h"
|
#include "RageLog.h"
|
||||||
#include "InputMapper.h"
|
#include "InputMapper.h"
|
||||||
#include "GameManager.h"
|
#include "GameManager.h"
|
||||||
#include "GameState.h"
|
#include "GameState.h"
|
||||||
#include "GameSoundManager.h"
|
|
||||||
#include "ThemeManager.h"
|
#include "ThemeManager.h"
|
||||||
#include "Game.h"
|
#include "Game.h"
|
||||||
#include "HelpDisplay.h"
|
|
||||||
#include "ScreenDimensions.h"
|
#include "ScreenDimensions.h"
|
||||||
#include "ThemeMetric.h"
|
|
||||||
#include "Command.h"
|
#include "Command.h"
|
||||||
|
|
||||||
static const ThemeMetric<apActorCommands> EVEN_LINE_IN ("ScreenMapControllers","EvenLineIn");
|
static const ThemeMetric<apActorCommands> EVEN_LINE_IN ("ScreenMapControllers","EvenLineIn");
|
||||||
@@ -102,8 +97,6 @@ void ScreenMapControllers::Init()
|
|||||||
|
|
||||||
m_iWaitingForPress = 0;
|
m_iWaitingForPress = 0;
|
||||||
|
|
||||||
SOUND->PlayMusic( THEME->GetPathS("ScreenMapControllers","music") );
|
|
||||||
|
|
||||||
Refresh();
|
Refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
#define SCREEN_MAP_CONTROLLERS_H
|
#define SCREEN_MAP_CONTROLLERS_H
|
||||||
|
|
||||||
#include "ScreenWithMenuElements.h"
|
#include "ScreenWithMenuElements.h"
|
||||||
#include "Sprite.h"
|
|
||||||
#include "BitmapText.h"
|
#include "BitmapText.h"
|
||||||
#include "InputMapper.h"
|
#include "InputMapper.h"
|
||||||
|
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
#include "ThemeMetric.h"
|
#include "ThemeMetric.h"
|
||||||
#include "ActorCommands.h"
|
#include "ActorCommands.h"
|
||||||
#include "RageTexturePreloader.h"
|
#include "RageTexturePreloader.h"
|
||||||
|
#include "TimingData.h"
|
||||||
|
|
||||||
class ScreenSelectMusic : public ScreenWithMenuElements
|
class ScreenSelectMusic : public ScreenWithMenuElements
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user