Header cleanup.
This commit is contained in:
@@ -4,20 +4,18 @@
|
|||||||
#define SCREEN_EDIT_H
|
#define SCREEN_EDIT_H
|
||||||
|
|
||||||
#include "ScreenWithMenuElements.h"
|
#include "ScreenWithMenuElements.h"
|
||||||
#include "Sprite.h"
|
|
||||||
#include "BitmapText.h"
|
#include "BitmapText.h"
|
||||||
#include "Player.h"
|
#include "Player.h"
|
||||||
#include "RageSound.h"
|
#include "RageSound.h"
|
||||||
#include "SnapDisplay.h"
|
#include "SnapDisplay.h"
|
||||||
#include "Background.h"
|
#include "Background.h"
|
||||||
#include "Foreground.h"
|
#include "Foreground.h"
|
||||||
#include "Course.h"
|
|
||||||
#include "NoteField.h"
|
#include "NoteField.h"
|
||||||
#include "song.h"
|
#include "song.h"
|
||||||
#include "Steps.h"
|
#include "Steps.h"
|
||||||
#include "ThemeMetric.h"
|
#include "ThemeMetric.h"
|
||||||
#include "PlayerState.h"
|
#include "PlayerState.h"
|
||||||
#include "ScreenMiniMenu.h"
|
#include "MenuInput.h"
|
||||||
|
|
||||||
const int NUM_EDIT_BUTTON_COLUMNS = 10;
|
const int NUM_EDIT_BUTTON_COLUMNS = 10;
|
||||||
struct MenuDef;
|
struct MenuDef;
|
||||||
|
|||||||
Reference in New Issue
Block a user