ScummVM API documentation
detection_paths.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 #ifndef DIRECTOR_DETECTION_PATHS_H
23 #define DIRECTOR_DETECTION_PATHS_H
24 
25 namespace Director {
26 
27 const char *const directoryGlobs[] = {
28  "install",
29  "win_data", // L-ZONE
30  "data",
31  "program", // Arc Media products
32  "media", // Gundam
33  "mvm", // Master of the Elements
34  "module_1",
35  "module_2", // Takeru
36  "datas", // O!KAY! subscription from Domino Verlag
37  "data_k",
38  "data_1",
39  "data_2", // JumpStart World
40  "numbers", // JumpStart Learning Games
41  "blender", // Blender CD-ROM magazines
42  "cd_data", // Polis
43  "ojo2000", // Abrapalabra
44  "p2data",
45  "p2media",
46  "p3media",
47  "annat", // Pettson & Findus
48  "bb", // Blinky Bill
49  "fctdata",
50  "fct", // Felix the Cat
51  "95instal", // Fisher-Price Little People
52  "popup", // Pop Up Computer
53  "win_demo",
54  "file",
55  "mfile",
56  "lingo expo", // D4 sample movies
57  "main", // Meet MediaBand
58  "bellinin bikinit", // Bellini 3 (Finnish)
59 // "abc", // Alphabet Train
60 // "123", // Ktar Alarkam
61  "vlaams",
62  "ned", // I Spy School Days (Dutch)
63  "fl1", // Flipper & Lopaka
64  "cipdemo",
65  "cipher", // Jewels of the Oracle
66  "gems", // Gems of Darkness / Jewels II
67  "xn--t8jo8k", // Perfect Blue screen savers
68  "maccurio",
69  "wincurio", // Curio City
70  "a.d.a.m. the inside story 1.1", // ADAM
71  "nine month miracle 1.0", // Nine Month Miracle
72  "_A.D.A.M. Data", // ADAM Software Products
73  "_A.D.A.M. Data", // ADAM Software Products with more space
74  "_setup",
75  "bin",
76  "adam resources", // ADAM Software Products
77  "NAV",
78  "Daedalus Max", // The Daedalus Encounter
79  0
80 };
81 
82 } // End of namespace Director
83 
84 #endif
Definition: archive.h:35