ScummVM API documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
sraf_file.h
1
2
/* ScummVM - Graphic Adventure Engine
3
*
4
* ScummVM is the legal property of its developers, whose names
5
* are too numerous to list here. Please refer to the COPYRIGHT
6
* file distributed with this source distribution.
7
*
8
* This program is free software: you can redistribute it and/or modify
9
* it under the terms of the GNU General Public License as published by
10
* the Free Software Foundation, either version 3 of the License, or
11
* (at your option) any later version.
12
*
13
* This program is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU General Public License for more details.
17
*
18
* You should have received a copy of the GNU General Public License
19
* along with this program. If not, see <http://www.gnu.org/licenses/>.
20
*
21
*/
22
23
#ifndef BAGEL_SPACEBAR_SRAF_FILE_H
24
#define BAGEL_SPACEBAR_SRAF_FILE_H
25
26
#include "bagel/boflib/stdinc.h"
27
28
namespace
Bagel
{
29
namespace
SpaceBar {
30
31
#define kGSM1SraMaleStr "GSM1.WAV"
32
#define kGSM1SraFemStr "GSF1.WAV"
33
#define kGSM2SraMaleStr "GSM2.WAV"
34
#define kGSM2SraFemStr "GSF2.WAV"
35
#define kGSM3SraMaleStr "GSM3.WAV"
36
#define kGSM3SraFemStr "GSF3.WAV"
37
#define kGSM4SraMaleStr "GSM4.WAV"
38
#define kGSM4SraFemStr "GSF4.WAV"
39
#define kGSM5SraMaleStr "GSM5.WAV"
40
#define kGSM5SraFemStr "GSF5.WAV"
41
#define kGSM6SraMaleStr "GSM6.WAV"
42
#define kGSM6SraFemStr "GSF6.WAV"
43
#define kGSM7SraMaleStr "GSM7.WAV"
44
#define kGSM7SraFemStr "GSF7.WAV"
45
#define kGSM8SraMaleStr "GSM8.WAV"
46
#define kGSM8SraFemStr "GSF8.WAV"
47
#define kGSM9SraMaleStr "GSM9.WAV"
48
#define kGSM9SraFemStr "GSF9.WAV"
49
#define kGSM10SraMaleStr "GSM10.WAV"
50
#define kGSM10SraFemStr "GSF10.WAV"
51
#define kGSM11SraMaleStr "GSM11.WAV"
52
#define kGSM11SraFemStr "GSF11.WAV"
53
#define kGSM12SraMaleStr "GSM12.WAV"
54
#define kGSM12SraFemStr "GSF12.WAV"
55
56
// Not voice recorded yet
57
#define kGSM13SraMaleStr "GSM13.TXT"
58
#define kGSM13SraFemStr "GSF13.TXT"
59
#define kGSM14SraMaleStr "GSM14.TXT"
60
#define kGSM14SraFemStr "GSF14.TXT"
61
#define kGSM15SraMaleStr "GSM15.TXT"
62
#define kGSM15SraFemStr "GSF15.TXT"
63
#define kGSM16SraMaleStr "GSM16.TXT"
64
#define kGSM16SraFemStr "GSF16.TXT"
65
#define kGSM17SraMaleStr "GSM17.TXT"
66
#define kGSM17SraFemStr "GSF17.TXT"
67
#define kGSM18SraMaleStr "GSM18.TXT"
68
#define kGSM18SraFemStr "GSF18.TXT"
69
#define kGSM19SraMaleStr "GSM19.TXT"
70
#define kGSM19SraFemStr "GSF19.TXT"
71
#define kGSM20SraMaleStr "GSM20.TXT"
72
#define kGSM20SraFemStr "GSF20.TXT"
73
#define kGSM21SraMaleStr "GSM21.TXT"
74
#define kGSM21SraFemStr "GSF21.TXT"
75
#define kGSM22SraMaleStr "GSM22.TXT"
76
#define kGSM22SraFemStr "GSF22.TXT"
77
#define kGSM23SraMaleStr "GSM23.TXT"
78
#define kGSM23SraFemStr "GSF23.TXT"
79
80
}
// namespace SpaceBar
81
}
// namespace Bagel
82
83
#endif
Bagel
Definition:
bagel.h:31
engines
bagel
spacebar
sraf_file.h
Generated on Wed Apr 9 2025 09:10:42 for ScummVM API documentation by
1.8.13