From af5fde1f88bd5c8d0e11b59d73f6c76610c14acf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 24 Aug 2017 21:40:32 +0300 Subject: Add into inventory method for set tag to item at given index. --- src/resources/inventory/inventory.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/resources/inventory/inventory.h') diff --git a/src/resources/inventory/inventory.h b/src/resources/inventory/inventory.h index 5180e49e1..a7b1e8e73 100644 --- a/src/resources/inventory/inventory.h +++ b/src/resources/inventory/inventory.h @@ -126,6 +126,9 @@ class Inventory notfinal void setOptions(const int index, const ItemOptionsList *const options); + void setTag(const int index, + const int tag); + void moveItem(const int index1, const int index2); -- cgit v1.2.3-60-g2f50