From 89087b18c79885680ad1f0d17d36975ea7b06f13 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sat, 22 Jan 2011 13:01:10 +0000 Subject: SCI21: Allow the game scripts to sync robot videos, like in SSCI. Also, references of the SciEngine class to itself via g_sci have been removed svn-id: r55422 --- engines/sci/sci.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sci/sci.h') diff --git a/engines/sci/sci.h b/engines/sci/sci.h index 91ab491945..1120154e8c 100644 --- a/engines/sci/sci.h +++ b/engines/sci/sci.h @@ -77,6 +77,7 @@ class GfxTransitions; #ifdef ENABLE_SCI32 class SciGui32; +class GfxRobot; class GfxFrameout; #endif @@ -312,6 +313,7 @@ public: GfxMacIconBar *_gfxMacIconBar; // Mac Icon Bar manager #ifdef ENABLE_SCI32 + GfxRobot *_gfxRobot; GfxFrameout *_gfxFrameout; // kFrameout and the like for 32-bit gfx #endif -- cgit v1.2.3