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  "datas", // O!KAY! subscription from Domino Verlag
35  "numbers", // JumpStart Learning Games
36  "blender", // Blender CD-ROM magazines
37  "cd_data", // Polis
38  "ojo2000", // Abrapalabra
39  "bb", // Blinky Bill
40  "fctdata",
41  "fct", // Felix the Cat
42  "95instal", // Fisher-Price Little People
43 // "mfile",
44  "lingo expo", // D4 sample movies
45  "main", // Meet MediaBand
46 // "abc", // Alphabet Train
47 // "123", // Ktar Alarkam
48  "fl1", // Flipper & Lopaka
49  "cipdemo",
50  "cipher", // Jewels of the Oracle
51  "gems", // Gems of Darkness / Jewels II
52  "maccurio",
53  "wincurio", // Curio City
54  "_A.D.A.M. Data", // ADAM Software Products
55  "_A.D.A.M. Data", // ADAM Software Products with more space
56  "_setup",
57  "bin",
58  "adam resources", // ADAM Software Products
59  "NAV",
60  "Daedalus Max", // The Daedalus Encounter
61  0
62 };
63 
64 } // End of namespace Director
65 
66 #endif
Definition: archive.h:36