diff options
Diffstat (limited to 'include/inventory.hpp')
-rw-r--r-- | include/inventory.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/inventory.hpp b/include/inventory.hpp index 9a42aa4..533318c 100644 --- a/include/inventory.hpp +++ b/include/inventory.hpp @@ -18,8 +18,10 @@ class Entity; class Item { private: bool beingUsed; + protected: std::vector<Entity*> interact; + public: // what we want to call each item |