]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikcoord.h
Enable using an optional file cache for Mapnik Renderings.
[andy/viking.git] / src / vikcoord.h
index ff7887406d41bd2697545c8982a99e3bee96411b..2b5100094e0177a9227c9587cde1de78a84eec22 100644 (file)
@@ -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