ManaPlus
src
enums
resources
item
itemtype.h
Go to the documentation of this file.
1
/*
2
* The ManaPlus Client
3
* Copyright (C) 2011-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 ENUMS_RESOURCES_ITEM_ITEMTYPE_H
22
#define ENUMS_RESOURCES_ITEM_ITEMTYPE_H
23
24
#include "
enums/simpletypes/enumdefines.h
"
25
26
enumStart
(
ItemType
)
27
{
28
Healing
= 0,
29
Unknown
= 1,
30
Usable
= 2,
31
Etc
= 3,
32
Weapon
= 4,
33
Armor
= 5,
34
Card
= 6,
35
PetEgg
= 7,
36
PetArmor
= 8,
37
Unknown2
= 9,
38
Ammon
= 10,
39
DelayConsume
= 11,
40
Cash
= 18
41
}
42
enumEnd
(
ItemType
);
43
44
#endif // ENUMS_RESOURCES_ITEM_ITEMTYPE_H
ItemType::Usable
@ Usable
Definition:
itemtype.h:30
ItemType
Definition:
itemtype.h:26
enumStart
#define enumStart(name)
Definition:
enumdefines.h:35
ItemType::Etc
@ Etc
Definition:
itemtype.h:31
ItemType::DelayConsume
@ DelayConsume
Definition:
itemtype.h:39
ItemType::Armor
@ Armor
Definition:
itemtype.h:33
ItemType::Ammon
@ Ammon
Definition:
itemtype.h:38
ItemType::PetEgg
@ PetEgg
Definition:
itemtype.h:35
ItemType::Unknown
@ Unknown
Definition:
itemtype.h:29
ItemType::Cash
@ Cash
Definition:
itemtype.h:40
ItemType::Unknown2
@ Unknown2
Definition:
itemtype.h:37
ItemType::Healing
@ Healing
Definition:
itemtype.h:28
enumdefines.h
ItemType::PetArmor
@ PetArmor
Definition:
itemtype.h:36
ItemType::Card
@ Card
Definition:
itemtype.h:34
ItemType::Weapon
@ Weapon
Definition:
itemtype.h:32
enumEnd
#define enumEnd(name)
Definition:
enumdefines.h:45
Generated on Thu Jun 4 2020 11:57:55 for ManaPlus by
1.8.17