From 13cd55136ffd09afd9f4828a00716ed9f94f0e0b Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Mon, 2 May 2016 08:46:48 -0400 Subject: Sword --- include/world.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/world.hpp') 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 getMobs(void); + // gets the nearest interactable entity to the given one Entity *getNearInteractable(Entity &e); -- cgit v1.2.3