aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/detection.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/detection.h')
-rw-r--r--engines/glk/detection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/detection.h b/engines/glk/detection.h
index f3ed374106..d262e4393c 100644
--- a/engines/glk/detection.h
+++ b/engines/glk/detection.h
@@ -112,6 +112,8 @@ public:
Common::Language lang);
GlkDetectedGame(const char *id, const char *desc, const Common::String &filename,
const Common::String &md5, size_t filesize);
+ GlkDetectedGame(const char *id, const char *desc, const char *extra, const Common::String &filename,
+ Common::Language lang);
};
/**