aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/cache.h
diff options
context:
space:
mode:
authorMartin Kiewitz2010-02-05 15:48:45 +0000
committerMartin Kiewitz2010-02-05 15:48:45 +0000
commitab2941bb520583be93ca9520497f6c3718194fa2 (patch)
treee3649c547286bfe7ba2af58f046ac6a0343048ae /engines/sci/graphics/cache.h
parentf8f490c565809c93ca35928210a740b6579fba19 (diff)
downloadscummvm-rg350-ab2941bb520583be93ca9520497f6c3718194fa2.tar.gz
scummvm-rg350-ab2941bb520583be93ca9520497f6c3718194fa2.tar.bz2
scummvm-rg350-ab2941bb520583be93ca9520497f6c3718194fa2.zip
SCI: adding some minor documentation for the various graphic classes
svn-id: r47904
Diffstat (limited to 'engines/sci/graphics/cache.h')
-rw-r--r--engines/sci/graphics/cache.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sci/graphics/cache.h b/engines/sci/graphics/cache.h
index b1754929b1..16ab1916d4 100644
--- a/engines/sci/graphics/cache.h
+++ b/engines/sci/graphics/cache.h
@@ -38,6 +38,9 @@ class GfxView;
typedef Common::HashMap<int, GfxFont *> FontCache;
typedef Common::HashMap<int, GfxView *> ViewCache;
+/**
+ * Cache class, handles caching of views/fonts
+ */
class GfxCache {
public:
GfxCache(ResourceManager *resMan, GfxScreen *screen, GfxPalette *palette);