separate "low res loaded on startup" and "low res loaded on demand" banner modes

This commit is contained in:
Glenn Maynard
2005-03-08 01:39:32 +00:00
parent bd7f89455d
commit eadd3b3edb
9 changed files with 118 additions and 31 deletions
+4 -2
View File
@@ -22,10 +22,12 @@ public:
~BannerCache();
RageTextureID LoadCachedBanner( CString BannerPath );
void CacheBanner( CString BannerPath );
void UncacheBanner( CString BannerPath );
void LoadBanner( CString BannerPath );
void Demand();
void Undemand();
void OutputStats() const;
};