aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/titanic.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/titanic.h')
-rw-r--r--engines/titanic/titanic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/titanic.h b/engines/titanic/titanic.h
index c5c642629f..c2a66fbc03 100644
--- a/engines/titanic/titanic.h
+++ b/engines/titanic/titanic.h
@@ -29,6 +29,7 @@
#include "common/serializer.h"
#include "engines/advancedDetector.h"
#include "engines/engine.h"
+#include "titanic/debugger.h"
#include "titanic/files_manager.h"
#include "titanic/screen_manager.h"
#include "titanic/main_game_window.h"
@@ -97,6 +98,7 @@ protected:
virtual bool hasFeature(EngineFeature f) const;
public:
CFilesManager _filesManager;
+ Debugger *_debugger;
OSScreenManager *_screenManager;
CMainGameWindow *_window;
Common::RandomSource _randomSource;