summaryrefslogtreecommitdiff
path: root/src/mbgl/util/get_geometries.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/get_geometries.hpp')
-rw-r--r--src/mbgl/util/get_geometries.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mbgl/util/get_geometries.hpp b/src/mbgl/util/get_geometries.hpp
new file mode 100644
index 0000000000..32dd389507
--- /dev/null
+++ b/src/mbgl/util/get_geometries.hpp
@@ -0,0 +1,12 @@
+#ifndef MBGL_UTIL_GET_GEOMETRIES
+#define MBGL_UTIL_GET_GEOMETRIES
+
+#include <mbgl/map/geometry_tile.hpp>
+
+namespace mbgl {
+
+GeometryCollection getGeometries(const GeometryTileFeature& feature);
+
+} // namespace mbgl
+
+#endif