From 08be41ac52f07bdc859a9a9fd2252b69a757a569 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 5 Feb 2016 22:11:02 -0500 Subject: TITANIC: Added skeleton CMainGameWindow class --- engines/titanic/titanic.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/titanic/titanic.h') diff --git a/engines/titanic/titanic.h b/engines/titanic/titanic.h index a49bb2d70c..1265e70658 100644 --- a/engines/titanic/titanic.h +++ b/engines/titanic/titanic.h @@ -28,6 +28,8 @@ #include "common/serializer.h" #include "engines/advancedDetector.h" #include "engines/engine.h" +#include "titanic/screen_manager.h" +#include "titanic/main_game_window.h" /** * This is the namespace of the Titanic engine. @@ -72,6 +74,9 @@ protected: // Engine APIs virtual Common::Error run(); virtual bool hasFeature(EngineFeature f) const; +public: + OSScreenManager *_screenManager; + CMainGameWindow *_window; public: TitanicEngine(OSystem *syst, const TitanicGameDescription *gameDesc); virtual ~TitanicEngine(); -- cgit v1.2.3