load one element and call commands on it because there are too many sorts to have graphics for each
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
#ifndef MUSIC_SORT_DISPLAY_H
|
#ifndef MUSIC_SORT_DISPLAY_H
|
||||||
#define MUSIC_SORT_DISPLAY_H
|
#define MUSIC_SORT_DISPLAY_H
|
||||||
|
|
||||||
#include "Sprite.h"
|
#include "ActorFrame.h"
|
||||||
#include "GameConstantsAndTypes.h"
|
#include "GameConstantsAndTypes.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class MusicSortDisplay : public Sprite
|
class MusicSortDisplay : public ActorFrame
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
MusicSortDisplay();
|
MusicSortDisplay();
|
||||||
@@ -15,7 +15,7 @@ public:
|
|||||||
virtual void HandleMessage( const Message &msg );
|
virtual void HandleMessage( const Message &msg );
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
AutoActor m_spr;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user