aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/cache.h')
-rw-r--r--engines/sci/graphics/cache.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/graphics/cache.h b/engines/sci/graphics/cache.h
index d15d5b25c3..c444b69c3c 100644
--- a/engines/sci/graphics/cache.h
+++ b/engines/sci/graphics/cache.h
@@ -33,10 +33,10 @@
namespace Sci {
class Font;
-class View;
+class GfxView;
typedef Common::HashMap<int, Font *> FontCache;
-typedef Common::HashMap<int, View *> ViewCache;
+typedef Common::HashMap<int, GfxView *> ViewCache;
class GfxCache {
public:
@@ -45,7 +45,7 @@ public:
Font *getFont(GuiResourceId fontId);
- View *getView(GuiResourceId viewId);
+ GfxView *getView(GuiResourceId viewId);
int16 kernelViewGetCelWidth(GuiResourceId viewId, int16 loopNo, int16 celNo);
int16 kernelViewGetCelHeight(GuiResourceId viewId, int16 loopNo, int16 celNo);
int16 kernelViewGetLoopCount(GuiResourceId viewId);