summaryrefslogtreecommitdiff
path: root/src/inventory.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-12-19 15:15:44 +0300
committerAndrei Karas <akaras@inbox.ru>2013-12-19 15:15:44 +0300
commitf0315000bcf20685471966d2f25cd8e9f35e8230 (patch)
treeb5b51e2880191696d6217181d5aa4d5c5341265f /src/inventory.h
parent5615f8dde421e8d44c5e49a5a44ab7e69cb543a5 (diff)
downloadplus-f0315000bcf20685471966d2f25cd8e9f35e8230.tar.gz
plus-f0315000bcf20685471966d2f25cd8e9f35e8230.tar.bz2
plus-f0315000bcf20685471966d2f25cd8e9f35e8230.tar.xz
plus-f0315000bcf20685471966d2f25cd8e9f35e8230.zip
add ability to give more than one item to npc. (evol only)
Diffstat (limited to 'src/inventory.h')
-rw-r--r--src/inventory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inventory.h b/src/inventory.h
index e9949dc52..17855a064 100644
--- a/src/inventory.h
+++ b/src/inventory.h
@@ -160,6 +160,8 @@ class Inventory final
std::string getName() const A_WARN_UNUSED;
+ void resize(const unsigned int newSize);
+
protected:
typedef std::list<InventoryListener*> InventoryListenerList;
InventoryListenerList mInventoryListeners;