diff options
Diffstat (limited to 'src/itemcolormanager.h')
-rw-r--r-- | src/itemcolormanager.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/itemcolormanager.h b/src/itemcolormanager.h index 8b778d149..61addf721 100644 --- a/src/itemcolormanager.h +++ b/src/itemcolormanager.h @@ -23,6 +23,8 @@ #include "enums/simpletypes/itemcolor.h" +#include "resources/item/cardslist.h" + #include "localconsts.h" class ItemColorManager final @@ -32,6 +34,9 @@ class ItemColorManager final static ItemColor getColorFromCards(const int *const cards) A_WARN_UNUSED; + + static ItemColor getColorFromCards(const CardsList &cards) + A_WARN_UNUSED; }; #endif // ITEMCOLORMANAGER_H |