aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/gargoyle.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-11-02 22:35:00 -0700
committerPaul Gilbert2018-12-08 19:05:59 -0800
commit99266b85868beaf1baa37ddc9764ae289c315881 (patch)
treeefc2b2429714053c5072406bcda20dd527b01abb /engines/gargoyle/gargoyle.h
parentaafaace942f6291682d4d2fb2d0af944844bb906 (diff)
downloadscummvm-rg350-99266b85868beaf1baa37ddc9764ae289c315881.tar.gz
scummvm-rg350-99266b85868beaf1baa37ddc9764ae289c315881.tar.bz2
scummvm-rg350-99266b85868beaf1baa37ddc9764ae289c315881.zip
GLK: Beginnings of file reference handling
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 9677d67706..3538b4c825 100644
--- a/engines/gargoyle/gargoyle.h
+++ b/engines/gargoyle/gargoyle.h
@@ -36,6 +36,7 @@ namespace Gargoyle {
class Clipboard;
class Conf;
class Events;
+class Files;
class PicList;
class Screen;
class Streams;
@@ -97,6 +98,7 @@ public:
Clipboard *_clipboard;
Conf *_conf;
Events *_events;
+ Files *_files;
PicList *_picList;
Screen *_screen;
Streams *_streams;