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 Voyeur {
23 
24 static const VoyeurGameDescription gameDescriptions[] = {
25  {
26  // Voyeur DOS English
27  {
28  "voyeur",
29  nullptr,
30  AD_ENTRY1s("bvoy.blt", "12e9e10654171501cf8be3a7aa7198e1", 13036269),
31  Common::EN_ANY,
32  Common::kPlatformDOS,
34  GUIO2(GUIO_NOMIDI, GAMEOPTION_COPY_PROTECTION)
35  }
36  },
37 
38  {
39  // Voyeur DOS English
40  {
41  "voyeur",
42  "Demo",
43  AD_ENTRY1s("bvoy.blt", "abd10f241b845ebc2a76d27a43770709", 13015827),
44  Common::EN_ANY,
45  Common::kPlatformDOS,
46  ADGF_DEMO,
47  GUIO2(GUIO_NOMIDI, GAMEOPTION_COPY_PROTECTION)
48  }
49  },
50 
51  {// Voyeur German Fan Translation - By Bakhtosh
52  {
53  "voyeur",
54  "German Fan Made Version",
55  AD_ENTRY1s("bvoy.blt", "af281a228ddcf7daa18a3c8b591bace9", 15134654),
56  Common::DE_DEU,
57  Common::kPlatformDOS,
59  GUIO2(GUIO_NOMIDI, GAMEOPTION_COPY_PROTECTION)}
60  },
61 
63 
64 } // End of namespace Voyeur
No flags.
Definition: advancedDetector.h:139
#define AD_TABLE_END_MARKER
Definition: advancedDetector.h:326
Definition: animation.h:38
Add "-demo" to gameid.
Definition: advancedDetector.h:156
#define AD_ENTRY1s(f, x, s)
Definition: advancedDetector.h:116