From 7f08865ec5f6ff350282a219cdccd26714f33f59 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 1 Sep 2007 14:58:46 +0000 Subject: An early WIP of PreAGI (TrollVM) support svn-id: r28787 --- engines/agi/graphics.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/agi/graphics.h') diff --git a/engines/agi/graphics.h b/engines/agi/graphics.h index e06af90f5d..a5f9d47df0 100644 --- a/engines/agi/graphics.h +++ b/engines/agi/graphics.h @@ -39,7 +39,7 @@ class AgiEngine; class GfxMgr { private: - AgiEngine *_vm; + AgiBase *_vm; uint8 _palette[256 * 4]; uint8 *_agiScreen; @@ -54,7 +54,7 @@ private: void rawDrawButton(int x, int y, const char *s, int fgcolor, int bgcolor, bool border, int textOffset); public: - GfxMgr(AgiEngine *vm); + GfxMgr(AgiBase *vm); void gfxPutBlock(int x1, int y1, int x2, int y2); -- cgit v1.2.3