Jeck - Extremely minor speedup for cache access in GameStateDeckViewer, minor fix to WResourceManager::cleanup().

This commit is contained in:
wagic.jeck
2009-09-11 08:17:05 +00:00
parent 421d2655ee
commit 9d203619aa
3 changed files with 12 additions and 8 deletions

View File

@@ -80,7 +80,6 @@ public:
WResourceManager();
~WResourceManager();
bool isCardInCache(MTGCard * card, int type = CACHE_CARD);
JQuad * RetrieveCard(MTGCard * card, int type = CACHE_CARD, int style = RETRIEVE_NORMAL);
JSample * RetrieveSample(string filename, int style = RETRIEVE_NORMAL);
JTexture * RetrieveTexture(string filename, int style = RETRIEVE_NORMAL);