ManaPlus
src
resources
soundinfo.h
Go to the documentation of this file.
1
/*
2
* The ManaPlus Client
3
* Copyright (C) 2013-2019 The ManaPlus Developers
4
*
5
* This file is part of The ManaPlus Client.
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 2 of the License, or
10
* 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
#ifndef RESOURCES_SOUNDINFO_H
22
#define RESOURCES_SOUNDINFO_H
23
24
#include "
enums/resources/item/itemsoundevent.h
"
25
26
#include "
utils/vector.h
"
27
28
#include <map>
29
#include <string>
30
31
#include "
localconsts.h
"
32
33
struct
SoundInfo
final
34
{
35
SoundInfo
(
const
std::string &sound0,
36
const
int
delay0) :
37
sound
(sound0),
38
delay
(delay0)
39
{
40
}
41
42
A_DEFAULT_COPY
(
SoundInfo
)
43
44
std
::
string
sound
;
45
int
delay
;
46
};
47
48
typedef
STD_VECTOR
<
SoundInfo
>
SoundInfoVect
;
49
typedef
std
::map<
ItemSoundEvent
::
Type
,
SoundInfoVect
*>
ItemSoundEvents
;
50
51
#endif // RESOURCES_SOUNDINFO_H
SoundInfo::sound
std::string sound
Definition:
soundinfo.h:44
SoundInfoVect
std::vector< SoundInfo > SoundInfoVect
Definition:
soundinfo.h:48
SoundInfo::SoundInfo
SoundInfo(const std::string &sound0, const int delay0)
Definition:
soundinfo.h:35
localconsts.h
A_DEFAULT_COPY
#define A_DEFAULT_COPY(func)
Definition:
localconsts.h:40
STD_VECTOR
#define STD_VECTOR
Definition:
vector.h:29
SoundInfo::delay
int delay
Definition:
soundinfo.h:45
final
#define final
Definition:
localconsts.h:45
SoundInfo
Definition:
soundinfo.h:33
itemsoundevent.h
std
Definition:
mseprimitives.h:398
vector.h
ItemSoundEvent
Definition:
itemsoundevent.h:24
ItemSoundEvents
std::map< ItemSoundEvent::Type, SoundInfoVect * > ItemSoundEvents
Definition:
soundinfo.h:49
BadgeDrawType::Type
Type
Definition:
badgedrawtype.h:26
Generated on Thu Jun 4 2020 11:57:59 for ManaPlus by
1.8.17