mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-05-09 04:12:54 +00:00
6 lines
184 B
C++
6 lines
184 B
C++
#ifndef FLATGEOBUF_HPP
|
|
#define FLATGEOBUF_HPP
|
|
|
|
void parse_flatgeobuf(std::vector<struct serialization_state> *sst, const char *s, size_t len, int layer, std::string layername);
|
|
|
|
#endif |