aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/chewy.h
diff options
context:
space:
mode:
authorFilippos Karapetis2016-10-04 02:27:22 +0300
committerFilippos Karapetis2016-10-04 02:27:22 +0300
commit19dab45c8c8bbca6aedce0574ffa44ab27715172 (patch)
tree9759cf8c7e6dc98fb542450baaf19c5594e6c4a6 /engines/chewy/chewy.h
parentcec2799c64d996dba247669c6eedfbffacc5f384 (diff)
downloadscummvm-rg350-19dab45c8c8bbca6aedce0574ffa44ab27715172.tar.gz
scummvm-rg350-19dab45c8c8bbca6aedce0574ffa44ab27715172.tar.bz2
scummvm-rg350-19dab45c8c8bbca6aedce0574ffa44ab27715172.zip
CHEWY: Initial support for in-game texts (game dialog texts)
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 34a3d5f4ba..7caed6ed75 100644
--- a/engines/chewy/chewy.h
+++ b/engines/chewy/chewy.h
@@ -41,6 +41,7 @@ class Console;
class Events;
class Graphics;
class Sound;
+class Text;
class ChewyEngine : public Engine {
public:
@@ -59,6 +60,7 @@ public:
Graphics *_graphics;
Sound *_sound;
+ Text *_text;
protected:
// Engine APIs