summaryrefslogtreecommitdiff
path: root/src/enums
diff options
context:
space:
mode:
Diffstat (limited to 'src/enums')
-rw-r--r--src/enums/gui/themecolorid.h2
-rw-r--r--src/enums/resources/itemsoundevent.h3
2 files changed, 4 insertions, 1 deletions
diff --git a/src/enums/gui/themecolorid.h b/src/enums/gui/themecolorid.h
index 963d85ef0..1d668ba92 100644
--- a/src/enums/gui/themecolorid.h
+++ b/src/enums/gui/themecolorid.h
@@ -193,6 +193,8 @@ enumStart(ThemeColorId)
WARNING_OUTLINE,
CHARM,
CHARM_OUTLINE,
+ CARD,
+ CARD_OUTLINE,
PLAYER_ADVANCED,
PLAYER_ADVANCED_OUTLINE,
BUBBLE_NAME,
diff --git a/src/enums/resources/itemsoundevent.h b/src/enums/resources/itemsoundevent.h
index 5b9a4157b..714ba311b 100644
--- a/src/enums/resources/itemsoundevent.h
+++ b/src/enums/resources/itemsoundevent.h
@@ -39,7 +39,8 @@ namespace ItemSoundEvent
PUT, // put into container
EQUIP,
UNEQUIP,
- USE
+ USE,
+ USECARD
};
} // namespace ItemSoundEvent