summaryrefslogtreecommitdiff
path: root/src/game-server/mapcomposite.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/mapcomposite.hpp')
-rw-r--r--src/game-server/mapcomposite.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game-server/mapcomposite.hpp b/src/game-server/mapcomposite.hpp
index 0eae7d91..89f10c00 100644
--- a/src/game-server/mapcomposite.hpp
+++ b/src/game-server/mapcomposite.hpp
@@ -201,6 +201,11 @@ class MapComposite {
ZoneIterator getInsideRectangleIterator(Rectangle const &) const;
/**
+ * Gets an iterator on the objects around a given point.
+ */
+ ZoneIterator getAroundPointIterator(Point const &, int radius) const;
+
+ /**
* Gets an iterator on the objects around a given object.
*/
ZoneIterator getAroundObjectIterator(Object *, int radius) const;