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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gargoyle/gargoyle.h b/engines/gargoyle/gargoyle.h
index c7a7b86ecd..bd977137b4 100644
--- a/engines/gargoyle/gargoyle.h
+++ b/engines/gargoyle/gargoyle.h
@@ -35,6 +35,7 @@ namespace Gargoyle {
class Events;
class Windows;
+class Streams;
enum InterpreterType {
INTERPRETER_SCOTT
@@ -74,6 +75,7 @@ protected:
const GargoyleGameDescription *_gameDescription;
Events *_events;
Graphics::Screen *_screen;
+ Streams *_streams;
Windows *_windows;
Common::RandomSource _random;
int _loadSaveSlot;