This commit is contained in:
Glenn Maynard
2004-09-06 05:27:18 +00:00
parent 692ad6c31e
commit 21fe4fa342
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -15,12 +15,12 @@ public:
virtual bool Load( RageTextureID ID );
void ScaleToClipped( float fWidth, float fHeight );
void LoadFromSong( Song* pSong ); // NULL means no song
void LoadFromSong( const Song* pSong ); // NULL means no song
void LoadAllMusic();
void LoadSort();
void LoadMode();
void LoadFromGroup( CString sGroupName );
void LoadFromCourse( Course* pCourse );
void LoadFromCourse( const Course* pCourse );
void LoadRoulette();
void LoadRandom();
void LoadFallback();