cleanup
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
#include "Course.h"
|
#include "Course.h"
|
||||||
#include "PrefsManager.h"
|
#include "PrefsManager.h"
|
||||||
#include "ThemeManager.h"
|
#include "ThemeManager.h"
|
||||||
|
#include "SongManager.h"
|
||||||
|
|
||||||
/* XXX: metric */
|
/* XXX: metric */
|
||||||
static const float FadeTime = 0.25;
|
static const float FadeTime = 0.25;
|
||||||
@@ -132,7 +133,7 @@ void FadingBanner::LoadAllMusic()
|
|||||||
BeforeChange();
|
BeforeChange();
|
||||||
m_Banner[GetBackIndex()].LoadAllMusic();
|
m_Banner[GetBackIndex()].LoadAllMusic();
|
||||||
}
|
}
|
||||||
#include "SongManager.h"
|
|
||||||
void FadingBanner::LoadFromGroup( CString sGroupName )
|
void FadingBanner::LoadFromGroup( CString sGroupName )
|
||||||
{
|
{
|
||||||
const CString sGroupBannerPath = SONGMAN->GetGroupBannerPath( sGroupName );
|
const CString sGroupBannerPath = SONGMAN->GetGroupBannerPath( sGroupName );
|
||||||
|
|||||||
Reference in New Issue
Block a user