aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/frotz/detection.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-12-31 22:32:07 -0800
committerPaul Gilbert2018-12-31 22:32:07 -0800
commit4938ac9ea1b207f100a73e2ecbf617b7569fb4b0 (patch)
tree1268a49b90a5c7b8744ff266b5d5daef006c141a /engines/glk/frotz/detection.h
parentfa51ea2138831f4f87f0d66a7f32f32c2942b8e6 (diff)
downloadscummvm-rg350-4938ac9ea1b207f100a73e2ecbf617b7569fb4b0.tar.gz
scummvm-rg350-4938ac9ea1b207f100a73e2ecbf617b7569fb4b0.tar.bz2
scummvm-rg350-4938ac9ea1b207f100a73e2ecbf617b7569fb4b0.zip
GLK: Implement passing detection options to the engines
Diffstat (limited to 'engines/glk/frotz/detection.h')
-rw-r--r--engines/glk/frotz/detection.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/glk/frotz/detection.h b/engines/glk/frotz/detection.h
index e0163bc9f7..7943385aa9 100644
--- a/engines/glk/frotz/detection.h
+++ b/engines/glk/frotz/detection.h
@@ -32,6 +32,13 @@
namespace Glk {
namespace Frotz {
+/**
+ * Game descriptor detection options
+ */
+enum DetectionOption {
+ OPTION_INFOCOM = 1
+};
+
class FrotzMetaEngine {
public:
/**