From 116349dac9b9d13d0e57e24e345590a8a0e70210 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 11 May 2014 12:27:53 +0300 Subject: Extract inventorylistener into separate file. --- src/inventory.h | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'src/inventory.h') 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 #include @@ -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: -- cgit v1.2.3-70-g09d2