shithub: mapfs

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