Cleanup. Does anyone even know what this does any more? It hasn't been touched in 3 years. SSMode doesn't even use it. It's only used by one screen which hasn't had any real work beyond compile fixes in 3 years. Also, why is "Frieza's" real name not on this?
This commit is contained in:
@@ -1,25 +1,19 @@
|
|||||||
/* ModeSwitcher - A ModeSwitcher for ScreenSelectMode. */
|
/* ModeSwitcher - A ModeSwitcher for ScreenSelectMode. */
|
||||||
|
|
||||||
#ifndef MODESWITCHER_H
|
#ifndef MODE_SWITCHER_H
|
||||||
#define MODESWITCHER_H
|
#define MODE_SWITCHER_H
|
||||||
|
|
||||||
#include "ActorFrame.h"
|
#include "ActorFrame.h"
|
||||||
#include "Banner.h"
|
|
||||||
#include "Sprite.h"
|
#include "Sprite.h"
|
||||||
#include "ScrollingList.h"
|
|
||||||
#include "SongManager.h"
|
|
||||||
#include "BitmapText.h"
|
|
||||||
#include "SongManager.h"
|
|
||||||
#include "PlayerOptions.h"
|
|
||||||
#include "SongOptions.h"
|
|
||||||
#include "BitmapText.h"
|
#include "BitmapText.h"
|
||||||
|
#include "PlayerNumber.h"
|
||||||
|
|
||||||
class ModeSwitcher : public ActorFrame
|
class ModeSwitcher : public ActorFrame
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ModeSwitcher();
|
ModeSwitcher();
|
||||||
~ModeSwitcher();
|
~ModeSwitcher();
|
||||||
void ChangeMode(PlayerNumber pn, int dir);
|
void ChangeMode( PlayerNumber pn, int dir );
|
||||||
|
|
||||||
private:
|
private:
|
||||||
BitmapText m_Stylename;
|
BitmapText m_Stylename;
|
||||||
|
|||||||
Reference in New Issue
Block a user