X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=src%2Fobjects%2Fgis-object.h;h=1777fce1fb27713af276971c95f929876a2ef593;hp=4f105d80a1f7a25f1a2c8304553e9878629f2ee3;hb=5350256efff1c97426e0db60e404bfd8a6cb08be;hpb=2ff4eb1f35e8300a2fdfdb6d38389284d483ba1d diff --git a/src/objects/gis-object.h b/src/objects/gis-object.h index 4f105d8..1777fce 100644 --- a/src/objects/gis-object.h +++ b/src/objects/gis-object.h @@ -20,18 +20,7 @@ #include #include - -/* GisPoint */ -typedef struct _GisPoint GisPoint; - -struct _GisPoint { - gdouble lat, lon, elev; -}; - -GisPoint *gis_point_new(); -void gis_point_set_lle(GisPoint *point, gdouble lat, gdouble lon, gdouble elev); -void gis_point_free(GisPoint *point); - +#include "gis-util.h" /* GisObject */ #define GIS_TYPE_OBJECT (gis_object_get_type())