X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/d34a652416a9da9f00a3538cd44a78d2a6425484..0a25e23214e753d9190e33e58b23685783099bd5:/src/vikcoord.h 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