shithub: map

ref: 7c38fba56a72242a218c259981c57b7e451ce6b3
dir: /dat.h/

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

extern int debug;

struct GPos {
	double lon;
	double lat;
};

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