shithub: mapfs

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