move MenuElements into a base ScreenWithMenuElements so that metrics can be overridden using the Fallback mechanism
This commit is contained in:
@@ -9,16 +9,15 @@
|
||||
-----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "Screen.h"
|
||||
#include "ScreenWithMenuElements.h"
|
||||
#include "Sprite.h"
|
||||
#include "RandomSample.h"
|
||||
#include "MenuElements.h"
|
||||
#include "FadingBanner.h"
|
||||
#include "MusicList.h"
|
||||
#include "GroupList.h"
|
||||
|
||||
|
||||
class ScreenSelectGroup : public Screen
|
||||
class ScreenSelectGroup : public ScreenWithMenuElements
|
||||
{
|
||||
public:
|
||||
ScreenSelectGroup( CString sName );
|
||||
@@ -42,8 +41,6 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
MenuElements m_Menu;
|
||||
|
||||
Sprite m_sprExplanation;
|
||||
Sprite m_sprFrame;
|
||||
FadingBanner m_Banner;
|
||||
|
||||
Reference in New Issue
Block a user