ManaPlus
src
resources
sprite
spritedisplay.h
Go to the documentation of this file.
1
/*
2
* The ManaPlus Client
3
* Copyright (C) 2004-2009 The Mana World Development Team
4
* Copyright (C) 2009-2010 The Mana Developers
5
* Copyright (C) 2011-2019 The ManaPlus Developers
6
*
7
* This file is part of The ManaPlus Client.
8
*
9
* This program is free software; you can redistribute it and/or modify
10
* it under the terms of the GNU General Public License as published by
11
* the Free Software Foundation; either version 2 of the License, or
12
* any later version.
13
*
14
* This program is distributed in the hope that it will be useful,
15
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
* GNU General Public License for more details.
18
*
19
* You should have received a copy of the GNU General Public License
20
* along with this program. If not, see <http://www.gnu.org/licenses/>.
21
*/
22
23
#ifndef RESOURCES_SPRITE_SPRITEDISPLAY_H
24
#define RESOURCES_SPRITE_SPRITEDISPLAY_H
25
26
#include "
utils/stringvector.h
"
27
28
#include "
localconsts.h
"
29
30
struct
SpriteReference
;
31
32
struct
SpriteDisplay
final
33
{
34
SpriteDisplay
() :
35
image
(),
36
floor
(),
37
sprites
(),
38
particles
()
39
{
40
}
41
42
A_DEFAULT_COPY
(
SpriteDisplay
)
43
44
std
::
string
image
;
45
std
::
string
floor
;
46
STD_VECTOR
<
SpriteReference
*>
sprites
;
47
StringVect
particles
;
48
};
49
50
#endif // RESOURCES_SPRITE_SPRITEDISPLAY_H
SpriteDisplay::sprites
std::vector< SpriteReference * > sprites
Definition:
spritedisplay.h:46
StringVect
std::vector< std::string > StringVect
Definition:
stringvector.h:28
localconsts.h
A_DEFAULT_COPY
#define A_DEFAULT_COPY(func)
Definition:
localconsts.h:40
STD_VECTOR
#define STD_VECTOR
Definition:
vector.h:29
SpriteReference
Definition:
spritereference.h:30
SpriteDisplay::floor
std::string floor
Definition:
spritedisplay.h:45
final
#define final
Definition:
localconsts.h:45
SpriteDisplay::image
std::string image
Definition:
spritedisplay.h:44
SpriteDisplay
Definition:
spritedisplay.h:32
SpriteDisplay::particles
StringVect particles
Definition:
spritedisplay.h:47
std
Definition:
mseprimitives.h:398
SpriteDisplay::SpriteDisplay
SpriteDisplay()
Definition:
spritedisplay.h:34
stringvector.h
Generated on Thu Jun 4 2020 11:57:59 for ManaPlus by
1.8.17