#pragma once #include #include #include #include namespace mbgl { namespace util { GeometryCollection clipLines(const GeometryCollection &lines, int16_t x1, int16_t y1, int16_t x2, int16_t y2); } // end namespace util } // end namespace mbgl