diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-05-02 08:46:48 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-05-02 08:46:48 -0400 |
commit | 13cd55136ffd09afd9f4828a00716ed9f94f0e0b (patch) | |
tree | d7841da0e6c1b1e4c2c5dc0dd2b492e4fcaeee18 /include/world.hpp | |
parent | c61cbf691bee6dec791c3a161145ae16b448ac2b (diff) |
Sword
Diffstat (limited to 'include/world.hpp')
-rw-r--r-- | include/world.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/world.hpp b/include/world.hpp index 0aea879..0aba564 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -186,6 +186,8 @@ public: // gets a pointer to the most recently added mob Mob *getLastMob(void); + std::vector<Entity*> getMobs(void); + // gets the nearest interactable entity to the given one Entity *getNearInteractable(Entity &e); |