cleanup
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/* MusicWheelItem - An item on the music wheel. */
|
/* MusicWheelItem - An item on the music wheel. */
|
||||||
|
|
||||||
#ifndef MUSICWHEELITEM_H
|
#ifndef MUSIC_WHEEL_ITEM_H
|
||||||
#define MUSICWHEELITEM_H
|
#define MUSIC_WHEEL_ITEM_H
|
||||||
|
|
||||||
#include "ActorFrame.h"
|
#include "ActorFrame.h"
|
||||||
#include "GradeDisplay.h"
|
#include "GradeDisplay.h"
|
||||||
@@ -30,17 +30,17 @@ public:
|
|||||||
WheelItemData *data;
|
WheelItemData *data;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Sprite m_sprSongBar;
|
Sprite m_sprSongBar;
|
||||||
Sprite m_sprSectionBar;
|
Sprite m_sprSectionBar;
|
||||||
Sprite m_sprExpandedBar;
|
Sprite m_sprExpandedBar;
|
||||||
Sprite m_sprModeBar;
|
Sprite m_sprModeBar;
|
||||||
Sprite m_sprSortBar;
|
Sprite m_sprSortBar;
|
||||||
WheelNotifyIcon m_WheelNotifyIcon;
|
WheelNotifyIcon m_WheelNotifyIcon;
|
||||||
TextBanner m_TextBanner;
|
TextBanner m_TextBanner;
|
||||||
BitmapText m_textSection;
|
BitmapText m_textSection;
|
||||||
BitmapText m_textRoulette;
|
BitmapText m_textRoulette;
|
||||||
BitmapText m_textCourse;
|
BitmapText m_textCourse;
|
||||||
BitmapText m_textSort;
|
BitmapText m_textSort;
|
||||||
GradeDisplay *m_pGradeDisplay[NUM_PLAYERS];
|
GradeDisplay *m_pGradeDisplay[NUM_PLAYERS];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user