git-subtree-dir: third_party/vtzero git-subtree-split: 2b43c8f5c7cc461a874a657673dfc15f8fb21d1d
12 lines
287 B
C++
12 lines
287 B
C++
|
|
#include <vtzero/vector_tile.hpp>
|
|
|
|
#include <string>
|
|
|
|
std::string read_file(const std::string& filename);
|
|
|
|
void write_data_to_file(const std::string& buffer, const std::string& filename);
|
|
|
|
vtzero::layer get_layer(const vtzero::vector_tile& tile, const std::string& layer_name_or_num);
|
|
|