From b13d6026c76ff0147de44630bf5659f8d97d6ccd Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Wed, 26 Jan 2011 18:40:28 +0000 Subject: MOHAWK: Detect "The Cat in the Hat". svn-id: r55543 --- engines/mohawk/detection_tables.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'engines/mohawk/detection_tables.h') diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 5bac088497..bd568c33f2 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -1084,6 +1084,36 @@ static const MohawkGameDescription gameDescriptions[] = { "Little Monster at School" }, + { + { + "catinthehat", + "", + AD_ENTRY1("Outline", "0b5ab6dd7c08cf23066efa709fa48bbc"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV3, + 0, + 0 + }, + + { + { + "catinthehat", + "", + AD_ENTRY1("BookOutline", "e139903eee98f0b0c3f39247a23b8f10"), + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_LIVINGBOOKSV3, + 0, + 0 + }, + { { "rugrats", -- cgit v1.2.3