From 853e6e6882969f24547d782d42a3c19df4395064 Mon Sep 17 00:00:00 2001 From: Gargaj Date: Sat, 14 Nov 2015 16:42:26 +0100 Subject: change from single followable item to multiple --- src/Item.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Item.h') diff --git a/src/Item.h b/src/Item.h index 8f47c4177..46b3c2ef1 100644 --- a/src/Item.h +++ b/src/Item.h @@ -239,6 +239,8 @@ public: void Clear (void) {clear(); } size_t Size (void) const { return size(); } void Set (int a_Idx, short a_ItemType, char a_ItemCount, short a_ItemDamage); + bool Contains(const cItem & a_Item); + bool ContainsType(const cItem & a_Item); void Add (short a_ItemType, char a_ItemCount, short a_ItemDamage) { -- cgit v1.2.3