diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-11 19:02:04 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-10-11 19:02:04 -0500 |
commit | 8a71861846c41c5f432570262b398c7627743c91 (patch) | |
tree | 8246864aa8a713d8905e93d656a55779d600aeb7 /include/inventory.hpp | |
parent | b19265bfa91e55c564b75aadcabd212ac89cf349 (diff) |
more entityx, main.cpp cleanup
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 |