aboutsummaryrefslogtreecommitdiff
path: root/engines/chewy/chewy.h
diff options
context:
space:
mode:
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