aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/chewy.h
diff options
context:
space:
mode:
authorFilippos Karapetis2016-10-10 04:50:35 +0300
committerFilippos Karapetis2016-10-10 04:50:35 +0300
commit375618828f5131dc3a838b51ffca7f7a6973b8f2 (patch)
treec94ff9ff1a59d5dc01c6d9829840df9fca630b22 /engines/chewy/chewy.h
parent684cbfa2fdee6d2927409670a22ecc571ef31a02 (diff)
downloadscummvm-rg350-375618828f5131dc3a838b51ffca7f7a6973b8f2.tar.gz
scummvm-rg350-375618828f5131dc3a838b51ffca7f7a6973b8f2.tar.bz2
scummvm-rg350-375618828f5131dc3a838b51ffca7f7a6973b8f2.zip
CHEWY: Move cursor related functions into a separate file
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 7caed6ed75..64ec3a4dce 100644
--- a/engines/chewy/chewy.h
+++ b/engines/chewy/chewy.h
@@ -38,6 +38,7 @@ namespace Chewy {
struct ChewyGameDescription;
class Console;
+class Cursor;
class Events;
class Graphics;
class Sound;
@@ -59,6 +60,7 @@ public:
void setPlayVideo(uint num) { _videoNum = num; }
Graphics *_graphics;
+ Cursor *_cursor;
Sound *_sound;
Text *_text;