shithub: mapfs

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