aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/detection_tables.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-02-12 22:10:24 -0500
committerPaul Gilbert2018-02-12 22:10:24 -0500
commite0ea40c3e3d88d7d985e75ae7cab7b86ad56e070 (patch)
tree6f62a458716f10b6ac3d8605e7433981d3f81d95 /engines/xeen/detection_tables.h
parent565719f3fa6cd06740afafee04d267dd63fe0267 (diff)
downloadscummvm-rg350-e0ea40c3e3d88d7d985e75ae7cab7b86ad56e070.tar.gz
scummvm-rg350-e0ea40c3e3d88d7d985e75ae7cab7b86ad56e070.tar.bz2
scummvm-rg350-e0ea40c3e3d88d7d985e75ae7cab7b86ad56e070.zip
XEEN: Added skeleton child engine for Swords of Xeen
Diffstat (limited to 'engines/xeen/detection_tables.h')
-rw-r--r--engines/xeen/detection_tables.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/xeen/detection_tables.h b/engines/xeen/detection_tables.h
index b9d8d6ebf1..31a79f3d90 100644
--- a/engines/xeen/detection_tables.h
+++ b/engines/xeen/detection_tables.h
@@ -80,6 +80,24 @@ static const XeenGameDescription gameDescriptions[] = {
0
},
+ {
+ // Swords of Xeen (GOG)
+ {
+ "swordsofxeen",
+ nullptr,
+ {
+ {"swrd.cc", 0, "0d51c3457070cc7d1a596da9241924a5", 13026924 },
+ AD_LISTEND
+ },
+ Common::EN_ANY,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NONE)
+ },
+ GType_Swords,
+ 0
+ },
+
{ AD_TABLE_END_MARKER, 0, 0 }
};