shithub: mapfs

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