From 33a23bca1c0363340d14ed4c84e558e82a9f245e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 25 Nov 2018 22:25:31 -0800 Subject: GLK: FROTZ: Further reading/writing setup for savegames using Quetzal --- engines/glk/glk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/glk/glk.h') diff --git a/engines/glk/glk.h b/engines/glk/glk.h index 526755b1aa..923e29587f 100644 --- a/engines/glk/glk.h +++ b/engines/glk/glk.h @@ -209,7 +209,7 @@ public: /** * Save the game to the passed file */ - virtual Common::Error saveGameData(strid_t file) = 0; + virtual Common::Error saveGameData(strid_t file, const Common::String &desc) = 0; }; extern GlkEngine *g_vm; -- cgit v1.2.3