shithub: mapfs

ref: e78b966c9df18dce119421db741881d94a549dfd
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;
};