shithub: map

ref: f900d290324a70af335cfe62fec24af726851d35
dir: /dat.h/

View raw version
typedef struct GPos GPos;
typedef struct GBundle GBundle;
typedef struct GProvider GProvider;
typedef struct Point Point;
typedef struct Image Image;

extern int debug;

extern Image *cwhite;
extern Image *cgreen;
extern Image *cred;

struct GPos {
	double lon;
	double lat;
};

struct GBundle {
	int x;
	int y;
	int z;
};