From 5e8e53f6e795a84ab5ca6cfe0d08672878044707 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 16 Nov 2015 22:17:15 +0300 Subject: Convert InventoryType enum into strong typed. --- src/net/inventoryhandler.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/net/inventoryhandler.h') diff --git a/src/net/inventoryhandler.h b/src/net/inventoryhandler.h index a151e39da..c7153ee29 100644 --- a/src/net/inventoryhandler.h +++ b/src/net/inventoryhandler.h @@ -55,13 +55,15 @@ class InventoryHandler notfinal virtual void openStorage(const int type) const = 0; - virtual void closeStorage(const int type) const = 0; + virtual void closeStorage() const = 0; - virtual void moveItem2(const int source, const int slot, + virtual void moveItem2(const InventoryTypeT source, + const int slot, const int amount, - const int destination) const = 0; + const InventoryTypeT destination) const = 0; - virtual size_t getSize(const int type) const A_WARN_UNUSED = 0; + virtual size_t getSize(const InventoryTypeT type) const + A_WARN_UNUSED = 0; virtual Inventory *getStorage() const = 0; -- cgit v1.2.3-60-g2f50