shithub: mapfs

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