shithub: mapfs

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