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