diff options
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 */ |