aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/jacl/jacl.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-10-09 21:50:30 -0700
committerPaul Gilbert2019-10-11 18:43:34 -0700
commite779ebce4f5b68989708679fed13d06cad6197b2 (patch)
treef9ecad0b157244e890de7058b20439d5073a6bcd /engines/glk/jacl/jacl.h
parentd41d11f390200c09b465d8b4147bf59e26799101 (diff)
downloadscummvm-rg350-e779ebce4f5b68989708679fed13d06cad6197b2.tar.gz
scummvm-rg350-e779ebce4f5b68989708679fed13d06cad6197b2.tar.bz2
scummvm-rg350-e779ebce4f5b68989708679fed13d06cad6197b2.zip
GLK: JACL: Implement loading saves from the launcher
Diffstat (limited to 'engines/glk/jacl/jacl.h')
-rw-r--r--engines/glk/jacl/jacl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/glk/jacl/jacl.h b/engines/glk/jacl/jacl.h
index b49b121b5d..958238d7c7 100644
--- a/engines/glk/jacl/jacl.h
+++ b/engines/glk/jacl/jacl.h
@@ -80,6 +80,11 @@ public:
bool loadingSavegame() const {
return _saveSlot != -1;
}
+
+ /**
+ * Does the actual loading of the savegame from a luancher
+ */
+ bool loadLauncherSavegame();
};
extern JACL *g_vm;