aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/sludge.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/sludge.h')
-rw-r--r--engines/sludge/sludge.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sludge/sludge.h b/engines/sludge/sludge.h
index 6fb4689481..844d6d0d3f 100644
--- a/engines/sludge/sludge.h
+++ b/engines/sludge/sludge.h
@@ -41,6 +41,7 @@ extern SludgeEngine *g_sludge;
class EventManager;
class GraphicsManager;
class SoundManager;
+class TextManager;
class SludgeConsole;
@@ -79,6 +80,7 @@ public:
GraphicsManager *_gfxMan;
EventManager *_evtMan;
SoundManager *_soundMan;
+ TextManager *_txtMan;
SludgeEngine(OSystem *syst, const SludgeGameDescription *gameDesc);
virtual ~SludgeEngine();