mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-04-08 19:44:15 +00:00
9 lines
117 B
C++
9 lines
117 B
C++
#ifndef VT3_HPP
|
|
#define VT3_HPP
|
|
|
|
#include "mvt.hpp"
|
|
|
|
mvt_tile split_and_merge(mvt_tile tile, int tile_zoom);
|
|
|
|
#endif
|