[LoadingWindow] Added the ability for themes to have custom splash banners. (Currently Windows-only.)

This commit is contained in:
AJ Kelly
2011-07-19 19:40:44 -05:00
parent 0c1a33cbe3
commit b1f4bb151d
9 changed files with 40 additions and 55 deletions
+1
View File
@@ -13,6 +13,7 @@ public:
virtual void SetText( RString str ) = 0;
virtual void SetIcon( const RageSurface *pIcon ) { }
virtual void SetSplash( const RString sPath ) { }
virtual void SetProgress( const int progress ) { m_progress=progress; }
virtual void SetTotalWork( const int totalWork ) { m_totalWork=totalWork; }
virtual void SetIndeterminate( bool indeterminate ) { m_indeterminate=indeterminate; }