diff options
Diffstat (limited to 'src/item.h')
-rw-r--r-- | src/item.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/item.h b/src/item.h index 13f34499b..15ea64a07 100644 --- a/src/item.h +++ b/src/item.h @@ -197,6 +197,9 @@ class Item notfinal void setCards(const int *const cards, const int size); + const int *getCards() const + { return mCards; } + int mId; /**< Item type id. */ unsigned char mColor; int mQuantity; /**< Number of items. */ |