ScummVM API documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
rooms.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 CHEWY_ROOMS_ROOMS_H
23
#define CHEWY_ROOMS_ROOMS_H
24
25
#include "chewy/rooms/room00.h"
26
#include "chewy/rooms/room01.h"
27
#include "chewy/rooms/room02.h"
28
#include "chewy/rooms/room03.h"
29
#include "chewy/rooms/room04.h"
30
#include "chewy/rooms/room05.h"
31
#include "chewy/rooms/room06.h"
32
#include "chewy/rooms/room07.h"
33
#include "chewy/rooms/room08.h"
34
#include "chewy/rooms/room09.h"
35
#include "chewy/rooms/room10.h"
36
#include "chewy/rooms/room11.h"
37
#include "chewy/rooms/room12.h"
38
#include "chewy/rooms/room13.h"
39
#include "chewy/rooms/room14.h"
40
#include "chewy/rooms/room16.h"
41
#include "chewy/rooms/room17.h"
42
#include "chewy/rooms/room18.h"
43
#include "chewy/rooms/room19.h"
44
#include "chewy/rooms/room21.h"
45
#include "chewy/rooms/room22.h"
46
#include "chewy/rooms/room23.h"
47
#include "chewy/rooms/room24.h"
48
#include "chewy/rooms/room25.h"
49
#include "chewy/rooms/room26.h"
50
#include "chewy/rooms/room27.h"
51
#include "chewy/rooms/room28.h"
52
#include "chewy/rooms/room29.h"
53
#include "chewy/rooms/room31.h"
54
#include "chewy/rooms/room32.h"
55
#include "chewy/rooms/room33.h"
56
#include "chewy/rooms/room34.h"
57
#include "chewy/rooms/room35.h"
58
#include "chewy/rooms/room37.h"
59
#include "chewy/rooms/room39.h"
60
#include "chewy/rooms/room40.h"
61
#include "chewy/rooms/room41.h"
62
#include "chewy/rooms/room42.h"
63
#include "chewy/rooms/room43.h"
64
#include "chewy/rooms/room44.h"
65
#include "chewy/rooms/room45.h"
66
#include "chewy/rooms/room46.h"
67
#include "chewy/rooms/room47.h"
68
#include "chewy/rooms/room48.h"
69
#include "chewy/rooms/room49.h"
70
#include "chewy/rooms/room50.h"
71
#include "chewy/rooms/room51.h"
72
#include "chewy/rooms/room52.h"
73
#include "chewy/rooms/room53.h"
74
#include "chewy/rooms/room54.h"
75
#include "chewy/rooms/room55.h"
76
#include "chewy/rooms/room56.h"
77
#include "chewy/rooms/room57.h"
78
#include "chewy/rooms/room58.h"
79
#include "chewy/rooms/room59.h"
80
#include "chewy/rooms/room62.h"
81
#include "chewy/rooms/room63.h"
82
#include "chewy/rooms/room64.h"
83
#include "chewy/rooms/room65.h"
84
#include "chewy/rooms/room66.h"
85
#include "chewy/rooms/room67.h"
86
#include "chewy/rooms/room68.h"
87
#include "chewy/rooms/room69.h"
88
#include "chewy/rooms/room70.h"
89
#include "chewy/rooms/room71.h"
90
#include "chewy/rooms/room72.h"
91
#include "chewy/rooms/room73.h"
92
#include "chewy/rooms/room74.h"
93
#include "chewy/rooms/room75.h"
94
#include "chewy/rooms/room76.h"
95
#include "chewy/rooms/room77.h"
96
#include "chewy/rooms/room78.h"
97
#include "chewy/rooms/room79.h"
98
#include "chewy/rooms/room80.h"
99
#include "chewy/rooms/room81.h"
100
#include "chewy/rooms/room82.h"
101
#include "chewy/rooms/room83.h"
102
#include "chewy/rooms/room84.h"
103
#include "chewy/rooms/room85.h"
104
#include "chewy/rooms/room86.h"
105
#include "chewy/rooms/room87.h"
106
#include "chewy/rooms/room88.h"
107
#include "chewy/rooms/room89.h"
108
#include "chewy/rooms/room90.h"
109
#include "chewy/rooms/room91.h"
110
#include "chewy/rooms/room92.h"
111
#include "chewy/rooms/room93.h"
112
#include "chewy/rooms/room94.h"
113
#include "chewy/rooms/room95.h"
114
#include "chewy/rooms/room96.h"
115
#include "chewy/rooms/room97.h"
116
117
namespace
Chewy
{
118
119
using
Chewy::Rooms::Room0
;
120
using
Chewy::Rooms::Room1
;
121
using
Chewy::Rooms::Room2
;
122
using
Chewy::Rooms::Room3
;
123
using
Chewy::Rooms::Room4
;
124
using
Chewy::Rooms::Room5
;
125
using
Chewy::Rooms::Room6
;
126
using
Chewy::Rooms::Room7
;
127
using
Chewy::Rooms::Room8
;
128
using
Chewy::Rooms::Room9
;
129
using
Chewy::Rooms::Room10
;
130
using
Chewy::Rooms::Room11
;
131
using
Chewy::Rooms::Room12
;
132
using
Chewy::Rooms::Room13
;
133
using
Chewy::Rooms::Room14
;
134
using
Chewy::Rooms::Room16
;
135
using
Chewy::Rooms::Room17
;
136
using
Chewy::Rooms::Room18
;
137
using
Chewy::Rooms::Room19
;
138
using
Chewy::Rooms::Room21
;
139
using
Chewy::Rooms::Room22
;
140
using
Chewy::Rooms::Room23
;
141
using
Chewy::Rooms::Room24
;
142
using
Chewy::Rooms::Room25
;
143
using
Chewy::Rooms::Room26
;
144
using
Chewy::Rooms::Room27
;
145
using
Chewy::Rooms::Room28
;
146
using
Chewy::Rooms::Room29
;
147
using
Chewy::Rooms::Room31
;
148
using
Chewy::Rooms::Room32
;
149
using
Chewy::Rooms::Room33
;
150
using
Chewy::Rooms::Room34
;
151
using
Chewy::Rooms::Room35
;
152
using
Chewy::Rooms::Room37
;
153
using
Chewy::Rooms::Room39
;
154
using
Chewy::Rooms::Room40
;
155
using
Chewy::Rooms::Room41
;
156
using
Chewy::Rooms::Room42
;
157
using
Chewy::Rooms::Room43
;
158
using
Chewy::Rooms::Room44
;
159
using
Chewy::Rooms::Room45
;
160
using
Chewy::Rooms::Room46
;
161
using
Chewy::Rooms::Room47
;
162
using
Chewy::Rooms::Room48
;
163
using
Chewy::Rooms::Room49
;
164
using
Chewy::Rooms::Room50
;
165
using
Chewy::Rooms::Room51
;
166
using
Chewy::Rooms::Room52
;
167
using
Chewy::Rooms::Room53
;
168
using
Chewy::Rooms::Room54
;
169
using
Chewy::Rooms::Room55
;
170
using
Chewy::Rooms::Room56
;
171
using
Chewy::Rooms::Room57
;
172
using
Chewy::Rooms::Room58
;
173
using
Chewy::Rooms::Room59
;
174
using
Chewy::Rooms::Room62
;
175
using
Chewy::Rooms::Room63
;
176
using
Chewy::Rooms::Room64
;
177
using
Chewy::Rooms::Room65
;
178
using
Chewy::Rooms::Room66
;
179
using
Chewy::Rooms::Room67
;
180
using
Chewy::Rooms::Room68
;
181
using
Chewy::Rooms::Room69
;
182
using
Chewy::Rooms::Room70
;
183
using
Chewy::Rooms::Room71
;
184
using
Chewy::Rooms::Room72
;
185
using
Chewy::Rooms::Room73
;
186
using
Chewy::Rooms::Room74
;
187
using
Chewy::Rooms::Room75
;
188
using
Chewy::Rooms::Room76
;
189
using
Chewy::Rooms::Room77
;
190
using
Chewy::Rooms::Room78
;
191
using
Chewy::Rooms::Room79
;
192
using
Chewy::Rooms::Room80
;
193
using
Chewy::Rooms::Room81
;
194
using
Chewy::Rooms::Room82
;
195
using
Chewy::Rooms::Room83
;
196
using
Chewy::Rooms::Room84
;
197
using
Chewy::Rooms::Room85
;
198
using
Chewy::Rooms::Room86
;
199
using
Chewy::Rooms::Room87
;
200
using
Chewy::Rooms::Room88
;
201
using
Chewy::Rooms::Room89
;
202
using
Chewy::Rooms::Room90
;
203
using
Chewy::Rooms::Room91
;
204
using
Chewy::Rooms::Room92
;
205
using
Chewy::Rooms::Room93
;
206
using
Chewy::Rooms::Room94
;
207
using
Chewy::Rooms::Room95
;
208
using
Chewy::Rooms::Room96
;
209
using
Chewy::Rooms::Room97
;
210
211
}
// namespace Chewy
212
213
#endif
Chewy::Rooms::Room64
Definition:
room64.h:28
Chewy::Rooms::Room19
Definition:
room19.h:28
Chewy::Rooms::Room76
Definition:
room76.h:28
Chewy::Rooms::Room23
Definition:
room23.h:28
Chewy::Rooms::Room80
Definition:
room80.h:28
Chewy::Rooms::Room35
Definition:
room35.h:28
Chewy::Rooms::Room12
Definition:
room12.h:28
Chewy::Rooms::Room5
Definition:
room05.h:28
Chewy::Rooms::Room67
Definition:
room67.h:28
Chewy::Rooms::Room79
Definition:
room79.h:28
Chewy::Rooms::Room56
Definition:
room56.h:28
Chewy::Rooms::Room83
Definition:
room83.h:28
Chewy::Rooms::Room2
Definition:
room02.h:28
Chewy::Rooms::Room72
Definition:
room72.h:28
Chewy::Rooms::Room31
Definition:
room31.h:28
Chewy::Rooms::Room59
Definition:
room59.h:28
Chewy::Rooms::Room9
Definition:
room09.h:28
Chewy::Rooms::Room63
Definition:
room63.h:28
Chewy::Rooms::Room18
Definition:
room18.h:28
Chewy::Rooms::Room75
Definition:
room75.h:30
Chewy::Rooms::Room52
Definition:
room52.h:28
Chewy::Rooms::Room34
Definition:
room34.h:28
Chewy::Rooms::Room11
Definition:
room11.h:28
Chewy::Rooms::Room6
Definition:
room06.h:28
Chewy::Rooms::Room46
Definition:
room46.h:28
Chewy::Rooms::Room96
Definition:
room96.h:28
Chewy::Rooms::Room78
Definition:
room78.h:28
Chewy::Rooms::Room55
Definition:
room55.h:28
Chewy::Rooms::Room37
Definition:
room37.h:30
Chewy::Rooms::Room14
Definition:
room14.h:28
Chewy::Rooms::Room49
Definition:
room49.h:28
Chewy::Rooms::Room71
Definition:
room71.h:28
Chewy::Rooms::Room26
Definition:
room26.h:28
Chewy::Rooms::Room58
Definition:
room58.h:28
Chewy::Rooms::Room42
Definition:
room42.h:28
Chewy::Rooms::Room17
Definition:
room17.h:28
Chewy::Rooms::Room92
Definition:
room92.h:28
Chewy::Rooms::Room74
Definition:
room74.h:30
Chewy::Rooms::Room29
Definition:
room29.h:28
Chewy::Rooms::Room51
Definition:
room51.h:28
Chewy::Rooms::Room86
Definition:
room86.h:28
Chewy::Rooms::Room33
Definition:
room33.h:28
Chewy::Rooms::Room10
Definition:
room10.h:28
Chewy::Rooms::Room45
Definition:
room45.h:30
Chewy::Rooms::Room22
Definition:
room22.h:28
Chewy::Rooms::Room95
Definition:
room95.h:28
Chewy::Rooms::Room77
Definition:
room77.h:28
Chewy::Rooms::Room54
Definition:
room54.h:28
Chewy::Rooms::Room89
Definition:
room89.h:28
Chewy::Rooms::Room66
Definition:
room66.h:28
Chewy::Rooms::Room13
Definition:
room13.h:28
Chewy::Rooms::Room48
Definition:
room48.h:28
Chewy::Rooms::Room70
Definition:
room70.h:30
Chewy::Rooms::Room25
Definition:
room25.h:28
Chewy::Rooms::Room82
Definition:
room82.h:28
Chewy::Rooms::Room57
Definition:
room57.h:28
Chewy::Rooms::Room3
Definition:
room03.h:28
Chewy::Rooms::Room41
Definition:
room41.h:28
Chewy::Rooms::Room69
Definition:
room69.h:28
Chewy::Rooms::Room91
Definition:
room91.h:28
Chewy::Rooms::Room73
Definition:
room73.h:28
Chewy::Rooms::Room28
Definition:
room28.h:28
Chewy::Rooms::Room50
Definition:
room50.h:28
Chewy::Rooms::Room85
Definition:
room85.h:28
Chewy::Rooms::Room62
Definition:
room62.h:28
Chewy::Rooms::Room0
Definition:
room00.h:31
Chewy::Rooms::Room44
Definition:
room44.h:28
Chewy::Rooms::Room21
Definition:
room21.h:28
Chewy::Rooms::Room94
Definition:
room94.h:28
Chewy::Rooms::Room53
Definition:
room53.h:28
Chewy::Rooms::Room88
Definition:
room88.h:28
Chewy::Rooms::Room7
Definition:
room07.h:28
Chewy::Rooms::Room65
Definition:
room65.h:28
Chewy::Rooms::Room47
Definition:
room47.h:28
Chewy::Rooms::Room24
Definition:
room24.h:28
Chewy
Definition:
ani_dat.h:25
Chewy::Rooms::Room97
Definition:
room97.h:28
Chewy::Rooms::Room81
Definition:
room81.h:28
Chewy::Rooms::Room4
Definition:
room04.h:28
Chewy::Rooms::Room40
Definition:
room40.h:28
Chewy::Rooms::Room68
Definition:
room68.h:28
Chewy::Rooms::Room90
Definition:
room90.h:28
Chewy::Rooms::Room27
Definition:
room27.h:28
Chewy::Rooms::Room84
Definition:
room84.h:28
Chewy::Rooms::Room39
Definition:
room39.h:28
Chewy::Rooms::Room16
Definition:
room16.h:28
Chewy::Rooms::Room1
Definition:
room01.h:28
Chewy::Rooms::Room43
Definition:
room43.h:28
Chewy::Rooms::Room93
Definition:
room93.h:28
Chewy::Rooms::Room32
Definition:
room32.h:28
Chewy::Rooms::Room87
Definition:
room87.h:30
Chewy::Rooms::Room8
Definition:
room08.h:28
engines
chewy
rooms
rooms.h
Generated on Sun Apr 13 2025 09:12:51 for ScummVM API documentation by
1.8.13