aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/hugo/hugo_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/hugo/hugo_defines.h')
-rw-r--r--engines/glk/hugo/hugo_defines.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/hugo/hugo_defines.h b/engines/glk/hugo/hugo_defines.h
index b9ed1379cf..8d5b41b49e 100644
--- a/engines/glk/hugo/hugo_defines.h
+++ b/engines/glk/hugo/hugo_defines.h
@@ -36,6 +36,8 @@ namespace Hugo {
#define GRAPHICS_SUPPORTED
#define SOUND_SUPPORTED
#define SETTITLE_SUPPORTED
+#define SAVEGAMEDATA_REPLACED
+#define RESTOREGAMEDATA_REPLACED
// There's a bunch of debugging code in the original Hugo sources behind DEBUGGER defines,
// but doesn't actually have any implementation of them. I've put in some stub methods,