aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.hpp
diff options
context:
space:
mode:
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);