ref: ce8ab2d2e6b034cf42a7320c3a8545d941079862
dir: /dat.h/
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;
};