ManaPlus
src
enums
resources
map
mapitemtype.h
Go to the documentation of this file.
1
/*
2
* The ManaPlus Client
3
* Copyright (C) 2011-2019 The ManaPlus Developers
4
* Copyright (C) 2019-2021 Andrei Karas
5
*
6
* This file is part of The ManaPlus Client.
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 2 of the License, or
11
* 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
#ifndef ENUMS_RESOURCES_MAP_MAPITEMTYPE_H
23
#define ENUMS_RESOURCES_MAP_MAPITEMTYPE_H
24
25
namespace
MapItemType
26
{
27
enum
Type
28
{
29
EMPTY
= 0,
30
HOME
= 1,
31
ROAD
= 2,
32
CROSS
= 3,
33
ARROW_UP
= 4,
34
ARROW_DOWN
= 5,
35
ARROW_LEFT
= 6,
36
ARROW_RIGHT
= 7,
37
PORTAL
= 8,
38
MUSIC
= 9,
39
ATTACK
= 10,
40
PRIORITY
= 11,
41
IGNORE_
= 12,
42
PICKUP
= 13,
43
NOPICKUP
= 14,
44
SEPARATOR
= 15
45
};
46
}
// namespace MapItemType
47
48
#endif
// ENUMS_RESOURCES_MAP_MAPITEMTYPE_H
MapItemType
Definition:
mapitemtype.h:26
MapItemType::Type
Type
Definition:
mapitemtype.h:28
MapItemType::CROSS
@ CROSS
Definition:
mapitemtype.h:32
MapItemType::PRIORITY
@ PRIORITY
Definition:
mapitemtype.h:40
MapItemType::ARROW_RIGHT
@ ARROW_RIGHT
Definition:
mapitemtype.h:36
MapItemType::ATTACK
@ ATTACK
Definition:
mapitemtype.h:39
MapItemType::PORTAL
@ PORTAL
Definition:
mapitemtype.h:37
MapItemType::EMPTY
@ EMPTY
Definition:
mapitemtype.h:29
MapItemType::ARROW_LEFT
@ ARROW_LEFT
Definition:
mapitemtype.h:35
MapItemType::IGNORE_
@ IGNORE_
Definition:
mapitemtype.h:41
MapItemType::NOPICKUP
@ NOPICKUP
Definition:
mapitemtype.h:43
MapItemType::ROAD
@ ROAD
Definition:
mapitemtype.h:31
MapItemType::HOME
@ HOME
Definition:
mapitemtype.h:30
MapItemType::PICKUP
@ PICKUP
Definition:
mapitemtype.h:42
MapItemType::MUSIC
@ MUSIC
Definition:
mapitemtype.h:38
MapItemType::ARROW_UP
@ ARROW_UP
Definition:
mapitemtype.h:33
MapItemType::SEPARATOR
@ SEPARATOR
Definition:
mapitemtype.h:44
MapItemType::ARROW_DOWN
@ ARROW_DOWN
Definition:
mapitemtype.h:34
Generated on Wed Mar 17 2021 19:19:05 for ManaPlus by
1.9.1