mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-02-08 20:10:15 +00:00
8 lines
172 B
C++
8 lines
172 B
C++
struct stringpool {
|
|
long long left;
|
|
long long right;
|
|
long long off;
|
|
};
|
|
|
|
long long addpool(struct memfile *poolfile, struct memfile *treefile, const char *s, char type);
|