- Put back delayed loading functionality for the Deck editor
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-09-09 13:51:29 +00:00
parent 91a9387e33
commit c0be024093
3 changed files with 9 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ 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);