aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/gargoyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/gargoyle.h')
-rw-r--r--engines/gargoyle/gargoyle.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/gargoyle/gargoyle.h b/engines/gargoyle/gargoyle.h
index a8af85ac01..c34538b47c 100644
--- a/engines/gargoyle/gargoyle.h
+++ b/engines/gargoyle/gargoyle.h
@@ -29,7 +29,6 @@
#include "common/serializer.h"
#include "engines/advancedDetector.h"
#include "engines/engine.h"
-#include "graphics/screen.h"
#include "gargoyle/glk_types.h"
namespace Gargoyle {
@@ -37,9 +36,10 @@ namespace Gargoyle {
class Conf;
class Events;
class PicList;
+class Screen;
+class Streams;
class Windows;
class WindowMask;
-class Streams;
enum InterpreterType {
INTERPRETER_SCOTT
@@ -96,7 +96,7 @@ public:
Conf *_conf;
Events *_events;
PicList *_picList;
- Graphics::Screen *_screen;
+ Screen *_screen;
Streams *_streams;
Windows *_windows;
WindowMask *_windowMask;