]> git.street.me.uk Git - andy/viking.git/blobdiff - src/mapcoord.h
Set the generate image file filter according to the file type selected.
[andy/viking.git] / src / mapcoord.h
index 0cc08e464612c4722e619fc42a638cc4dc663d64..1b50eda29b2ee4604950e10b3deaafbfb489e57e 100644 (file)
@@ -24,6 +24,8 @@
 
 #include <glib.h>
 
+G_BEGIN_DECLS
+
 /* common struct to all map types and map layer, to hold info about a
  * particular tile */
 
@@ -33,5 +35,6 @@ typedef struct {
   gint scale;
 } MapCoord;
 
-#endif
+G_END_DECLS
 
+#endif