ScummVM API documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
tables_crousti.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  * This file is dual-licensed.
22  * In addition to the GPLv3 license mentioned above, this code is also
23  * licensed under LGPL 2.1. See LICENSES/COPYING.LGPL file for the
24  * full text of the license.
25  *
26  */
27 
28 /* Detection tables for Croustibat. */
29 
30 #ifndef GOB_DETECTION_TABLES_CROUSTI_H
31 #define GOB_DETECTION_TABLES_CROUSTI_H
32 
33 // -- DOS VGA Floppy --
34 
35 {
36  { // Supplied by DrMcCoy
37  "crousti",
38  "v1.01",
39  AD_ENTRY1s("intro.stk", "63fd795818fa72c32b903bbd99e18ea1", 851926),
40  PT_PRT,
41  kPlatformDOS,
43  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
44  },
45  kFeaturesAdLib,
46  0, 0, 0
47 },
48 {
49  { // English Fan Translation by denzquix
50  "crousti",
51  "v1.01",
52  AD_ENTRY1s("intro.stk", "c660f5500907ecf18a05412d4fda2222", 850731),
53  EN_ANY,
54  kPlatformDOS,
56  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
57  },
58  kFeaturesAdLib,
59  0, 0, 0
60 },
61 {
62  { // German Fan Translation by BJNFNE
63  "crousti",
64  "v1.01",
65  AD_ENTRY1s("intro.stk", "df96be976e53cc7de9e2741c45c18a1f", 864746),
66  DE_DEU,
67  kPlatformDOS,
69  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
70  },
71  kFeaturesAdLib,
72  0, 0, 0
73 },
74 
75 #endif // GOB_DETECTION_TABLES_CROUSTI_H
No flags.
Definition: advancedDetector.h:139
#define AD_ENTRY1s(f, x, s)
Definition: advancedDetector.h:116