ScummVM API documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
musNum.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 Prince {
23 
24 enum RoomMus {
25  ROOM01MUS = 3,
26  ROOM02MUS = 9,
27  ROOM03MUS = 9,
28  ROOM04MUS = 9,
29  ROOM05MUS = 13,
30  ROOM06MUS = 9,
31  ROOM07MUS = 9,
32  ROOM08MUS = 9,
33  ROOM09MUS = 14,
34  ROOM10MUS = 9,
35  ROOM11MUS = 9,
36  ROOM12MUS = 9,
37  ROOM13MUS = 9,
38  ROOM14MUS = 9,
39  ROOM15MUS = 5,
40  ROOM16MUS = 5,
41  ROOM17MUS = 5,
42  ROOM18MUS = 5,
43  ROOM19MUS = 5,
44  ROOM20MUS = 12,
45  ROOM21MUS = 9,
46  ROOM22MUS = 9,
47  ROOM23MUS = 1,
48  ROOM24MUS = 1,
49  ROOM25MUS = 2,
50  ROOM26MUS = 10,
51  ROOM27MUS = 7,
52  ROOM28MUS = 10,
53  ROOM29MUS = 10,
54  ROOM30MUS = 11,
55  ROOM31MUS = 14,
56  ROOM32MUS = 11,
57  ROOM33MUS = 7,
58  ROOM34MUS = 7,
59  ROOM35MUS = 7,
60  ROOM36MUS = 7,
61  ROOM37MUS = 7,
62  ROOM38MUS = 7,
63  ROOM39MUS = 7,
64  ROOM40MUS = 7,
65  ROOM41MUS = 7,
66  ROOM42MUS = 7,
67  ROOM43MUS = 15,
68  ROOM46MUS = 100,
69  ROOM47MUS = 100,
70  ROOM48MUS = 100,
71  ROOM49MUS = 100,
72  ROOM50MUS = 100,
73  ROOM51MUS = 12,
74  ROOM52MUS = 9,
75  ROOM53MUS = 5,
76  ROOM54MUS = 11,
77  ROOM55MUS = 11,
78  ROOM56MUS = 11,
79  ROOM57MUS = 7,
80  ROOM58MUS = 13,
81  ROOM59MUS = 16,
82  ROOM60MUS = 4,
83  ROOM61MUS = 0
84 };
85 
86 } // End of namespace Prince
Definition: animation.h:30