shithub: map

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