aboutsummaryrefslogtreecommitdiffstats
path: root/include/inventory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/inventory.hpp')
-rw-r--r--include/inventory.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/inventory.hpp b/include/inventory.hpp
index bee2fbd..c34eadb 100644
--- a/include/inventory.hpp
+++ b/include/inventory.hpp
@@ -17,9 +17,10 @@ class Entity;
class Item {
private:
bool beingUsed;
-
+protected:
std::vector<Entity*> interact;
public:
+
// what we want to call each item
std::string name;