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:
Steve Checkoway
2006-09-13 08:53:31 +00:00
parent dd5e6290be
commit fa7ff235bc
+3 -9
View File
@@ -1,18 +1,12 @@
/* 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
{ {