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,18 +1,12 @@
|
||||
/* ModeSwitcher - A ModeSwitcher for ScreenSelectMode. */
|
||||
|
||||
#ifndef MODESWITCHER_H
|
||||
#define MODESWITCHER_H
|
||||
#ifndef MODE_SWITCHER_H
|
||||
#define MODE_SWITCHER_H
|
||||
|
||||
#include "ActorFrame.h"
|
||||
#include "Banner.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 "PlayerNumber.h"
|
||||
|
||||
class ModeSwitcher : public ActorFrame
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user