ScummVM API documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
detection_tables.h
1 /* ScummVM - Graphic Adventure Engine
2  *
3  * ScummVM is the legal property of its developers, whose names
4  * are too numerous to list here. Please refer to the COPYRIGHT
5  * file distributed with this source distribution.
6  *
7  * This program is free software: you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation, either version 3 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program. If not, see <http://www.gnu.org/licenses/>.
19  *
20  */
21 
22 namespace Bagel {
23 
24 const PlainGameDescriptor bagelGames[] = {
25  { "bagel", "Bagel" },
26  { "spacebar", "The Space Bar" },
27  { 0, 0 }
28 };
29 
30 const ADGameDescription gameDescriptions[] = {
31  {
32  "spacebar",
33  nullptr,
34  AD_ENTRY2s("wld/bar.wld", "34b52995cb7e6c68bac22c14cb6813da", 812794,
35  "zzazzl/pda/zzoom.bmp", "b64f8b34f5107d8812e1372993d43adb", 1678),
36  Common::EN_ANY,
37  Common::kPlatformWindows,
39  GUIO1(GUIO_NONE)
40  },
41 
42  {
43  "spacebar",
44  "Not Installed",
45  AD_ENTRY2s("spacebar/wld/bar.wld", "34b52995cb7e6c68bac22c14cb6813da", 812794,
46  "zzazzl/pda/zzoom.bmp", "b64f8b34f5107d8812e1372993d43adb", 1678),
47  Common::EN_ANY,
48  Common::kPlatformWindows,
50  GUIO1(GUIO_NONE)
51  },
52 
53  {
54  "spacebar",
55  "Small Demo",
56  AD_ENTRY2s("wld/bar.wld", "47b51863dfaba358843c152a78da664e", 13187,
57  "bar/pda/bzoom.bmp", "c05189dee78365eca067f58d444e8488", 4114),
58  Common::EN_ANY,
59  Common::kPlatformWindows,
60  ADGF_DEMO,
61  GUIO1(GUIO_NONE)
62  },
63 
64  {
65  "spacebar",
66  "Medium Demo",
67  AD_ENTRY2s("wld/bar.wld", "4d6a0926484e1660035af0ed4004a47f", 27495,
68  "zzazzl/pda/zzoom.bmp", "b64f8b34f5107d8812e1372993d43adb", 1678),
69  Common::EN_ANY,
70  Common::kPlatformWindows,
71  ADGF_DEMO,
72  GUIO1(GUIO_NONE)
73  },
74 
75  {
76  "spacebar",
77  nullptr,
78  AD_ENTRY2s("wld/bar.wld", "a1c4ef26823d729c03b10bcee3063051", 836864,
79  "zzazzl/pda/zzoom.bmp", "b64f8b34f5107d8812e1372993d43adb", 1678),
80  Common::EN_ANY,
81  Common::kPlatformMacintosh,
83  GUIO1(GUIO_NONE)
84  },
85 
86  {
87  "spacebar",
88  "Not Installed",
89  AD_ENTRY2s("spacebar/wld/bar.wld", "a1c4ef26823d729c03b10bcee3063051", 836864,
90  "zzazzl/pda/zzoom.bmp", "b64f8b34f5107d8812e1372993d43adb", 1678),
91  Common::EN_ANY,
92  Common::kPlatformMacintosh,
94  GUIO1(GUIO_NONE)
95  },
96 
97 
99 };
100 
101 } // End of namespace Bagel
Definition: advancedDetector.h:163
No flags.
Definition: advancedDetector.h:139
Definition: game.h:49
#define AD_TABLE_END_MARKER
Definition: advancedDetector.h:326
#define AD_ENTRY2s(f1, x1, s1, f2, x2, s2)
Definition: advancedDetector.h:122
Definition: bagel.h:31
Add "-demo" to gameid.
Definition: advancedDetector.h:156