aboutsummaryrefslogtreecommitdiff
path: root/simon/simon-md5.h
diff options
context:
space:
mode:
authorTravis Howell2004-07-30 09:00:29 +0000
committerTravis Howell2004-07-30 09:00:29 +0000
commitc6b037b9ed7e9bac002b458f57538ca6c4d6b730 (patch)
tree878b49b594ebec7f6a8622aaea501d2a2d4007bb /simon/simon-md5.h
parentb486e15959b3e46c066fb85f7b27e11bc02ce3fb (diff)
downloadscummvm-rg350-c6b037b9ed7e9bac002b458f57538ca6c4d6b730.tar.gz
scummvm-rg350-c6b037b9ed7e9bac002b458f57538ca6c4d6b730.tar.bz2
scummvm-rg350-c6b037b9ed7e9bac002b458f57538ca6c4d6b730.zip
Reduce simon 1/2 targets
Add auto detection svn-id: r14361
Diffstat (limited to 'simon/simon-md5.h')
-rw-r--r--simon/simon-md5.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/simon/simon-md5.h b/simon/simon-md5.h
new file mode 100644
index 0000000000..132f71768a
--- /dev/null
+++ b/simon/simon-md5.h
@@ -0,0 +1,28 @@
+/*
+ This file was generated by the md5table tool on Thu Mar 25 11:31:33 2004
+ DO NOT EDIT MANUALLY!
+ */
+
+struct MD5Table {
+ const char *md5;
+ const char *target;
+ Common::Language language;
+ Common::Platform platform;
+};
+
+static const MD5Table md5table[] = {
+ { "078b04da0974a40645b92baffdf2781e", "simon2talkie", Common::EN_USA, Common::kPlatformPC },
+ { "27c8e7feada80c75b70b9c2f6088d519", "simon2dos", Common::EN_USA, Common::kPlatformPC },
+ { "465eed710cc242b2de7dc77edd467c4c", "simon1dos", Common::EN_USA, Common::kPlatformPC },
+ { "48ce4ffda968cc7a38870c354571f92c", "simon1dos", Common::EN_USA, Common::kPlatformPC },
+ { "9d58f84988634d217c944cd4153a2a3b", "simon1talkie", Common::HB_ISR, Common::kPlatformPC },
+ { "a3cbdd3450f9fccb0a9d8d6dc28f66fe", "simon2talkie", Common::HB_ISR, Common::kPlatformPC },
+ { "bd85a8b5135592ada9cbeae49160f1d3", "simon2win", Common::EN_USA, Common::kPlatformPC },
+ { "bed9134804d96f72afa152b8ec5628c3", "simon1dos", Common::FR_FRA, Common::kPlatformPC },
+ { "c8ddd48919aa75423dd2d3e5864909df", "simon2talkie", Common::FR_FRA, Common::kPlatformPC },
+ { "c8f5b860a20dcc63915d94cf2bdcfa49", "simon1dos", Common::IT_ITA, Common::kPlatformPC },
+ { "d22302abf44219f95d50f2faa807dd1a", "simon1win", Common::EN_USA, Common::kPlatformPC },
+ { "d545db8a0efae95a90b23da81aadb201", "simon1talkie", Common::EN_USA, Common::kPlatformPC },
+ { "e3712b3ed4429e736123a40276f533d7", "simon1talkie", Common::ES_ESP, Common::kPlatformPC },
+ { 0, 0, Common::UNK_LANG, Common::kPlatformUnknown }
+};