ManaPlus
src
enums
gui
progresscolorid.h
Go to the documentation of this file.
1
/*
2
* The ManaPlus Client
3
* Copyright (C) 2008 The Legend of Mazzeroth Development Team
4
* Copyright (C) 2009 Aethyra Development Team
5
* Copyright (C) 2009 The Mana World Development Team
6
* Copyright (C) 2009-2010 The Mana Developers
7
* Copyright (C) 2011-2019 The ManaPlus Developers
8
* Copyright (C) 2019-2021 Andrei Karas
9
*
10
* This file is part of The ManaPlus Client.
11
*
12
* This program is free software; you can redistribute it and/or modify
13
* it under the terms of the GNU General Public License as published by
14
* the Free Software Foundation; either version 2 of the License, or
15
* any later version.
16
*
17
* This program is distributed in the hope that it will be useful,
18
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
* GNU General Public License for more details.
21
*
22
* You should have received a copy of the GNU General Public License
23
* along with this program. If not, see <http://www.gnu.org/licenses/>.
24
*/
25
26
#ifndef ENUMS_GUI_PROGRESSCOLORID_H
27
#define ENUMS_GUI_PROGRESSCOLORID_H
28
29
#include "
enums/simpletypes/enumdefines.h
"
30
31
enumStart
(
ProgressColorId
)
32
{
33
PROG_HP
= 0,
34
PROG_HP_POISON
,
35
PROG_MP
,
36
PROG_NO_MP
,
37
PROG_EXP
,
38
PROG_INVY_SLOTS
,
39
PROG_WEIGHT
,
40
PROG_JOB
,
41
PROG_UPDATE
,
42
PROG_MONEY
,
43
PROG_ARROWS
,
44
PROG_STATUS
,
45
THEME_PROG_END
46
}
47
enumEnd
(
ProgressColorId
);
48
49
#endif
// ENUMS_GUI_PROGRESSCOLORID_H
enumdefines.h
enumStart
#define enumStart(name)
Definition:
enumdefines.h:36
enumEnd
#define enumEnd(name)
Definition:
enumdefines.h:46
ProgressColorId
Definition:
progresscolorid.h:31
ProgressColorId::THEME_PROG_END
@ THEME_PROG_END
Definition:
progresscolorid.h:45
ProgressColorId::PROG_UPDATE
@ PROG_UPDATE
Definition:
progresscolorid.h:41
ProgressColorId::PROG_WEIGHT
@ PROG_WEIGHT
Definition:
progresscolorid.h:39
ProgressColorId::PROG_NO_MP
@ PROG_NO_MP
Definition:
progresscolorid.h:36
ProgressColorId::PROG_STATUS
@ PROG_STATUS
Definition:
progresscolorid.h:44
ProgressColorId::PROG_HP_POISON
@ PROG_HP_POISON
Definition:
progresscolorid.h:34
ProgressColorId::PROG_MP
@ PROG_MP
Definition:
progresscolorid.h:35
ProgressColorId::PROG_ARROWS
@ PROG_ARROWS
Definition:
progresscolorid.h:43
ProgressColorId::PROG_EXP
@ PROG_EXP
Definition:
progresscolorid.h:37
ProgressColorId::PROG_HP
@ PROG_HP
Definition:
progresscolorid.h:33
ProgressColorId::PROG_MONEY
@ PROG_MONEY
Definition:
progresscolorid.h:42
ProgressColorId::PROG_JOB
@ PROG_JOB
Definition:
progresscolorid.h:40
ProgressColorId::PROG_INVY_SLOTS
@ PROG_INVY_SLOTS
Definition:
progresscolorid.h:38
Generated on Wed Mar 17 2021 19:19:05 for ManaPlus by
1.9.1