This commit is contained in:
Glenn Maynard
2005-05-05 02:41:55 +00:00
parent 1cfea8283c
commit c307b50c61
+1 -2
View File
@@ -23,6 +23,7 @@ public:
MusicWheelItem(CString sType = "MusicWheelItem");
virtual void LoadFromWheelItemData( WheelItemData* pWID, bool bExpanded );
void DrawPrimitives();
void RefreshGrades();
WheelItemData *data;
@@ -39,8 +40,6 @@ public:
BitmapText m_textCourse;
BitmapText m_textSort;
GradeDisplay m_GradeDisplay[NUM_PLAYERS];
void DrawPrimitives();
};
struct WheelItemData : public WheelItemBaseData