diff options
Diffstat (limited to 'src/gui/palette.h')
-rw-r--r-- | src/gui/palette.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/palette.h b/src/gui/palette.h index 222b4256..6a9fc937 100644 --- a/src/gui/palette.h +++ b/src/gui/palette.h @@ -95,6 +95,10 @@ class Palette : public gcn::ListModel ENTRY(HIT_MONSTER_PLAYER)\ ENTRY(HIT_CRITICAL)\ ENTRY(MISS)\ + ENTRY(HPBAR_FULL)\ + ENTRY(HPBAR_THREE_QUARTERS)\ + ENTRY(HPBAR_ONE_HALF)\ + ENTRY(HPBAR_ONE_QUARTER)\ LASTENTRY(TYPE_COUNT) TEXTENUM(ColorType, COLOR_TYPE); |