aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.hpp
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-05-02 08:46:48 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-05-02 08:46:48 -0400
commit13cd55136ffd09afd9f4828a00716ed9f94f0e0b (patch)
treed7841da0e6c1b1e4c2c5dc0dd2b492e4fcaeee18 /include/world.hpp
parentc61cbf691bee6dec791c3a161145ae16b448ac2b (diff)
Sword
Diffstat (limited to 'include/world.hpp')
-rw-r--r--include/world.hpp2
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);