aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/main_game_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/main_game_window.h')
-rw-r--r--engines/titanic/main_game_window.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/engines/titanic/main_game_window.h b/engines/titanic/main_game_window.h
index e573217058..3e4d03e1fe 100644
--- a/engines/titanic/main_game_window.h
+++ b/engines/titanic/main_game_window.h
@@ -23,16 +23,21 @@
#ifndef TITANIC_MAIN_GAME_WINDOW_H
#define TITANIC_MAIN_GAME_WINDOW_H
-#include "common/scummsys.h"
-#include "common/array.h"
-#include "titanic/game_manager.h"
-#include "titanic/game_view.h"
-#include "titanic/support/image.h"
#include "titanic/core/project_item.h"
#include "titanic/events.h"
+#include "common/array.h"
+#include "common/scummsys.h"
+
+namespace Common {
+class Point;
+}
namespace Titanic {
+class CGameManager;
+class CGameView;
+class CScreenManager;
+class Image;
class TitanicEngine;
class CMainGameWindow : public CEventTarget {