aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/quest/geas_impl.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-09-30 18:19:59 -0700
committerPaul Gilbert2019-09-30 18:20:07 -0700
commit13de2f177135b8f243d373c1aaa5367aaa9b1845 (patch)
treef2ae96b10e57c9a69a13c8f2a204211cc6d1689f /engines/glk/quest/geas_impl.h
parentda01e839063eac02471b5d734512bbf6e3a53f09 (diff)
downloadscummvm-rg350-13de2f177135b8f243d373c1aaa5367aaa9b1845.tar.gz
scummvm-rg350-13de2f177135b8f243d373c1aaa5367aaa9b1845.tar.bz2
scummvm-rg350-13de2f177135b8f243d373c1aaa5367aaa9b1845.zip
GLK: QUEST: Fleshing out savegame code, hooking to GMM
Diffstat (limited to 'engines/glk/quest/geas_impl.h')
-rw-r--r--engines/glk/quest/geas_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/glk/quest/geas_impl.h b/engines/glk/quest/geas_impl.h
index 1bdbbfdd9a..cdfe1064c6 100644
--- a/engines/glk/quest/geas_impl.h
+++ b/engines/glk/quest/geas_impl.h
@@ -90,6 +90,7 @@ public:
void set_game(const String &fname);
bool is_running() const;
+ GeasState *getState() { return &state; }
String get_banner();
void run_command(String);
bool try_match(String s, bool, bool);