diff options
Diffstat (limited to 'src/inventory.h')
-rw-r--r-- | src/inventory.h | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/inventory.h b/src/inventory.h index ee684fb95..d9fd5dd1a 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -25,6 +25,8 @@ #include "being/gender.h" +#include "listeners/inventorylistener.h" + #include <list> #include <string> @@ -33,19 +35,6 @@ class Inventory; class Item; -class InventoryListener -{ - public: - virtual ~InventoryListener() - { } - - virtual void slotsChanged(Inventory *const inventory) = 0; - - protected: - InventoryListener() - { } -}; - class Inventory final { public: |