ScummVM API documentation
map54.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 MM1_MAPS_MAP54_H
23
#define MM1_MAPS_MAP54_H
24
25
#include "mm/mm1/maps/map.h"
26
27
namespace
MM
{
28
namespace
MM1 {
29
namespace
Maps {
30
31
class
Map54
:
public
Map
{
32
typedef
void (
Map54
:: *SpecialFn)();
33
private
:
34
void
special00();
35
void
special01();
36
void
special02();
37
void
special03();
38
void
special04();
39
void
special05();
40
void
special06();
41
void
special07();
42
void
projector(
int
index);
43
44
const
SpecialFn SPECIAL_FN[8] = {
45
&Map54::special00,
46
&Map54::special01,
47
&Map54::special02,
48
&Map54::special03,
49
&Map54::special04,
50
&Map54::special05,
51
&Map54::special06,
52
&Map54::special07
53
};
54
public
:
55
Map54
() :
Map
(54,
"astral"
, 0xb1a, 3,
"The Astral Plane"
) {}
56
60
void
special
()
override
;
61
65
bool
isWorthy
(uint32 &perfTotal);
66
70
void
sorpigalInn
();
71
};
72
73
}
// namespace Maps
74
}
// namespace MM1
75
}
// namespace MM
76
77
#endif
MM::MM1::Maps::Map54::isWorthy
bool isWorthy(uint32 &perfTotal)
MM::MM1::Maps::Map
Definition:
map.h:97
MM::MM1::Maps::Map54
Definition:
map54.h:31
MM
Definition:
detection.h:27
MM::MM1::Maps::Map54::special
void special() override
MM::MM1::Maps::Map54::sorpigalInn
void sorpigalInn()
engines
mm
mm1
maps
map54.h
Generated on Wed Dec 4 2024 09:18:42 for ScummVM API documentation by
1.8.13