shithub: mapfs

ref: 1885f38f890e6e85d0dd53f07b9c4f4b02c25073
dir: /dat.h/

View raw version
extern char* cache;
extern char* uid;
extern int maxzoom;

typedef struct Bundle Bundle;

struct Bundle {
	int x;
	int y;
	int z;
};