shithub: map

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