aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/chewy.h
diff options
context:
space:
mode:
authorFilippos Karapetis2016-10-10 05:05:42 +0300
committerFilippos Karapetis2016-10-10 05:05:42 +0300
commit53de49a052426151a1afb1de0b6843d1b8127b9b (patch)
treeb0015a550ec38dbbdd8b21d6181e5db91fb3eac8 /engines/chewy/chewy.h
parent5fbf9ad17168fead64ccd71d3493b9271b55bac5 (diff)
downloadscummvm-rg350-53de49a052426151a1afb1de0b6843d1b8127b9b.tar.gz
scummvm-rg350-53de49a052426151a1afb1de0b6843d1b8127b9b.tar.bz2
scummvm-rg350-53de49a052426151a1afb1de0b6843d1b8127b9b.zip
CHEWY: Create a scene class
Diffstat (limited to 'engines/chewy/chewy.h')
-rw-r--r--engines/chewy/chewy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/chewy/chewy.h b/engines/chewy/chewy.h
index 64ec3a4dce..6ebeff833e 100644
--- a/engines/chewy/chewy.h
+++ b/engines/chewy/chewy.h
@@ -41,6 +41,7 @@ class Console;
class Cursor;
class Events;
class Graphics;
+class Scene;
class Sound;
class Text;
@@ -61,6 +62,7 @@ public:
Graphics *_graphics;
Cursor *_cursor;
+ Scene *_scene;
Sound *_sound;
Text *_text;