#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() { } void MusicSortDisplay::Set( SongSortOrder so ) { Load( THEME->GetPathToG(ssprintf("MusicSortDisplay %s",SongSortOrderToString(so).c_str())) ); }