shithub: mapfs

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