#include "global.h" /* ----------------------------------------------------------------------------- Class: MusicSortDisplay Desc: A graphic displayed in the MusicSortDisplay during Dancing. Copyright (c) 2001-2003 by the person(s) listed below. All rights reserved. Chris Danford Chris Gomez ----------------------------------------------------------------------------- */ #include "MusicSortDisplay.h" #include "RageUtil.h" #include "GameConstantsAndTypes.h" #include "MusicWheel.h" #include "MusicSortDisplay.h" #include "ThemeManager.h" MusicSortDisplay::MusicSortDisplay() { Load( THEME->GetPathToG(ssprintf("MusicSortDisplay icons 1x%d",NUM_SORT_ORDERS)) ); StopAnimating(); } void MusicSortDisplay::Set( SongSortOrder so ) { SetState( so ); }