diff options
Diffstat (limited to 'src/net/inventoryhandler.h')
-rw-r--r-- | src/net/inventoryhandler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/inventoryhandler.h b/src/net/inventoryhandler.h index 85e819648..18e4d3eed 100644 --- a/src/net/inventoryhandler.h +++ b/src/net/inventoryhandler.h @@ -105,6 +105,8 @@ class InventoryHandler notfinal virtual void mergeItemsAck(const STD_VECTOR<Item*> &items) const = 0; virtual void mergetItemsCancel() const = 0; + + virtual void expandInventory() const = 0; }; } // namespace Net |