From 45dcfdfc0bad326800618d4d3edfd772d53c9fc6 Mon Sep 17 00:00:00 2001 From: yinsimei Date: Sat, 27 May 2017 20:16:54 +0200 Subject: SLUDGE: Replace standard file reading functions by Common functions --- engines/sludge/detection.cpp | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'engines/sludge/detection.cpp') diff --git a/engines/sludge/detection.cpp b/engines/sludge/detection.cpp index 8297165f73..7e5c124fa3 100644 --- a/engines/sludge/detection.cpp +++ b/engines/sludge/detection.cpp @@ -43,6 +43,8 @@ Common::Language SludgeEngine::getLanguage() const { return _gameDescription->de static const PlainGameDescriptor sludgeGames[] = { { "sludge", "Sludge Game" }, { "welcome", "Welcome Example" }, + { "welcome2", "Welcome Example 2" }, + { "verbcoin", "Verb Coin" }, { 0, 0 } }; @@ -61,6 +63,32 @@ static const SludgeGameDescription gameDescriptions[] = { 0 }, + { + { + "welcome2", + "", + AD_ENTRY1("Welcome.slg", "cb1f307c05b8ae4107bcc7f86a3d2f99"), + Common::EN_ANY, + Common::kPlatformUnknown, + ADGF_NO_FLAGS, + GUIO0() + }, + 0 + }, + + { + { + "verbcoin", + "", + AD_ENTRY1("Welcome.slg", "e39ec315dcbf3a1137481f0a5fe1617d"), + Common::EN_ANY, + Common::kPlatformUnknown, + ADGF_NO_FLAGS, + GUIO0() + }, + 0 + }, + { AD_TABLE_END_MARKER, 0 } }; -- cgit v1.2.3