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