move style icon into Lua

This commit is contained in:
Glenn Maynard
2006-11-22 01:58:11 +00:00
parent 81c407bc08
commit 29dd2b0473
5 changed files with 21 additions and 22 deletions
-3
View File
@@ -2,10 +2,8 @@
#define ScreenWithMenuElements_H
#include "Screen.h"
#include "Sprite.h"
#include "Transition.h"
#include "ActorUtil.h"
//#include "RageSound.h"
#include "ThemeMetric.h"
class MenuTimer;
@@ -49,7 +47,6 @@ protected:
AutoActor m_sprUnderlay;
AutoActor m_autoHeader;
Sprite m_sprStyleIcon;
AutoActor m_sprStage;
MemoryCardDisplay *m_MemoryCardDisplay[NUM_PLAYERS];
MenuTimer *m_MenuTimer;