diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-30 15:18:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-30 15:18:19 +0300 |
commit | aa86dbe6a7c966a4bfa7aa6c81218fe58f0bf92d (patch) | |
tree | d67adc2c432802949a4c43b6f1f476f878c8e6d4 /src/gui/theme.h | |
parent | 07121956f882dce22235868a25e0c2df96fb828a (diff) | |
download | plus-aa86dbe6a7c966a4bfa7aa6c81218fe58f0bf92d.tar.gz plus-aa86dbe6a7c966a4bfa7aa6c81218fe58f0bf92d.tar.bz2 plus-aa86dbe6a7c966a4bfa7aa6c81218fe58f0bf92d.tar.xz plus-aa86dbe6a7c966a4bfa7aa6c81218fe58f0bf92d.zip |
Move theme progress colors enum into separate file.
Diffstat (limited to 'src/gui/theme.h')
-rw-r--r-- | src/gui/theme.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index 8d439bd0a..3d0c21998 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -91,23 +91,6 @@ class Theme final : public Palette, const int w, const int h)A_WARN_UNUSED; - enum ProgressPalette - { - PROG_HP = 0, - PROG_HP_POISON, - PROG_MP, - PROG_NO_MP, - PROG_EXP, - PROG_INVY_SLOTS, - PROG_WEIGHT, - PROG_JOB, - PROG_UPDATE, - PROG_MONEY, - PROG_ARROWS, - PROG_STATUS, - THEME_PROG_END - }; - static Color getProgressColor(const int type, const float progress) A_WARN_UNUSED; |