00001 #ifndef _WINC_EARTHPOINT2 00002 #define _WINC_EARTHPOINT2 00003 00004 namespace WXP { 00005 struct EarthPoint2 { 00006 double lat,lon,hgt; 00007 00008 int print(); 00009 }; 00010 } 00011 #endif 00012