ScummVM API documentation
tables_adiboupresente.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 Adibou présente / Adiboo presents series. */
29
/* This Game uses the DEV7 Engine, more Information can be found here: https://wiki.scummvm.org/index.php?title=DEV7_Information */
30
31
#ifndef GOB_DETECTION_TABLES_ADIBOUPRESENTE_H
32
#define GOB_DETECTION_TABLES_ADIBOUPRESENTE_H
33
34
// -- French: Adibou présente Dessin --
35
36
{
37
{
// Supplied by BJNFNE
38
"adiboudessin"
,
39
MetaEngineDetection::GAME_NOT_IMPLEMENTED
,
// Adibou présente Dessin 1.00 (Engine: DEV7 version 1.10a)
40
AD_ENTRY2s
(
"adibou.stk"
,
"14e3f8e9c237d4236d93e08c60b781bc"
, 217172,
41
"PD47F100.CD1"
,
"d41d8cd98f00b204e9800998ecf8427e"
, 0),
42
FR_FRA,
43
kPlatformWindows,
44
ADGF_UNSUPPORTED
,
45
GUIO0()
46
},
47
kFeatures800x600,
48
"adibou.stk"
,
"main.obc"
, 0
49
},
50
51
// -- French: Adibou présente Cuisine --
52
53
{
54
{
// Supplied by BJNFNE
55
"adiboucuisine"
,
56
MetaEngineDetection::GAME_NOT_IMPLEMENTED
,
// Adibou présente Cuisine 1.00 (Engine: DEV7 version 1.0.0.0)
57
AD_ENTRY2s
(
"adibou.stk"
,
"cb2d576f6d546485af7693d4eaf1142b"
, 174027,
58
"PC47F100.CD1"
,
"d41d8cd98f00b204e9800998ecf8427e"
, 0),
59
FR_FRA,
60
kPlatformWindows,
61
ADGF_UNSUPPORTED
,
62
GUIO0()
63
},
64
kFeatures800x600,
65
"adibou.stk"
,
"main.obc"
, 0
66
},
67
68
// -- French: Adibou présente Magie --
69
70
{
71
{
72
"adiboumagie"
,
73
MetaEngineDetection::GAME_NOT_IMPLEMENTED
,
// Adibou présente Magie 1.00 (Engine: DEV7 version 1.0.0.0)
74
AD_ENTRY2s
(
"adibou.stk"
,
"977d2449d398f3df23238d718fca35b5"
, 61097,
75
"Pm47f100.cd1"
,
"3389dae361af79b04c9c8e7057f60cc6"
, 1),
76
FR_FRA,
77
kPlatformWindows,
78
ADGF_UNSUPPORTED
,
79
GUIO0()
80
},
81
kFeatures800x600,
82
"adibou.stk"
,
"main.obc"
, 0
83
},
84
85
#endif // GOB_DETECTION_TABLES_ADIBOUPRESENTE_H
MetaEngineDetection::GAME_NOT_IMPLEMENTED
static const char GAME_NOT_IMPLEMENTED[]
Definition:
metaengine.h:138
ADGF_UNSUPPORTED
Definition:
advancedDetector.h:146
AD_ENTRY2s
#define AD_ENTRY2s(f1, x1, s1, f2, x2, s2)
Definition:
advancedDetector.h:122
engines
gob
detection
tables_adiboupresente.h
Generated on Wed Sep 3 2025 09:09:08 for ScummVM API documentation by
1.8.13