X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/1f78e182e7eaf305c3a10d2e145dbcc994d5e862..3684f3627c0d8584f584249383422065ed442a98:/src/vikcoord.h?ds=inline diff --git a/src/vikcoord.h b/src/vikcoord.h index ff788740..2b510009 100644 --- a/src/vikcoord.h +++ b/src/vikcoord.h @@ -24,6 +24,8 @@ #include "coords.h" +G_BEGIN_DECLS + typedef gshort VikCoordMode; #define VIK_COORD_UTM 0 #define VIK_COORD_LATLON 1 @@ -58,4 +60,6 @@ void vik_coord_set_area(const VikCoord *coord, const struct LatLon *wh, VikCoord gboolean vik_coord_inside(const VikCoord *coord, const VikCoord *tl, const VikCoord *br); /* all coord operations MUST BE ABSTRACTED!!! */ +G_END_DECLS + #endif