summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map.h b/src/map.h
index 3752a5a..b526e31 100644
--- a/src/map.h
+++ b/src/map.h
@@ -342,4 +342,6 @@ const gchar* map_location_selection_get_attribute(const map_t* pMap, const locat
gboolean map_object_type_atoi(const gchar* pszName, gint* pnReturnObjectTypeID);
gboolean map_layer_render_type_atoi(const gchar* pszName, gint* pnReturnRenderTypeID);
+gboolean map_rects_overlap(const maprect_t* p1, const maprect_t* p2);
+
#endif