From 9dfde677430ab0dc1c11807b2b0d9f76bab353bb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 19 Jun 2016 23:04:05 +0300 Subject: Add support for stored cards with sprites in Being. --- src/itemcolormanager.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/itemcolormanager.h') 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 -- cgit v1.2.3-70-g09d2