diff options
author | Paul Gilbert | 2019-11-24 22:30:58 -0800 |
---|---|---|
committer | Paul Gilbert | 2019-11-27 21:10:29 -0800 |
commit | 88444ddc889e4faee110b637961824fcb8abc448 (patch) | |
tree | fab409711e7eaf2105d9290f7c990b2ef5667830 /engines/glk/agt/agt.h | |
parent | 28c3584148c49c1c6f118c5cbf13d0bf53d56726 (diff) | |
download | scummvm-rg350-88444ddc889e4faee110b637961824fcb8abc448.tar.gz scummvm-rg350-88444ddc889e4faee110b637961824fcb8abc448.tar.bz2 scummvm-rg350-88444ddc889e4faee110b637961824fcb8abc448.zip |
GLK: AGT: Initialization fixes
Diffstat (limited to 'engines/glk/agt/agt.h')
-rw-r--r-- | engines/glk/agt/agt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/glk/agt/agt.h b/engines/glk/agt/agt.h index 1d4ed00154..1f23b2bbff 100644 --- a/engines/glk/agt/agt.h +++ b/engines/glk/agt/agt.h @@ -37,6 +37,9 @@ namespace AGT { */ class AGT : public GlkAPI { public: + const char *gagt_gamefile = NULL; /* Name of game file. */ + const char *gagt_game_message = NULL; /* Error message. */ +public: /** * Constructor */ |