super speed up of song sort switching and expand/collapse

This commit is contained in:
Chris Danford
2002-02-06 05:13:39 +00:00
parent 2949721b40
commit 0ec7b1159d
8 changed files with 147 additions and 95 deletions
+2 -3
View File
@@ -16,16 +16,15 @@ class MusicSortDisplay;
#include "Sprite.h"
#include "GameTypes.h"
enum MusicSortOrder { SORT_GROUP, SORT_TITLE, SORT_BPM, SORT_ARTIST, SORT_MOST_PLAYED, NUM_SORT_ORDERS };
class MusicSortDisplay : public Sprite
{
public:
MusicSortDisplay();
void Set( MusicSortOrder so );
void Set( SongSortOrder so );
protected: