]> git.street.me.uk Git - andy/viking.git/blobdiff - src/mapcoord.h
Open files in selected layer
[andy/viking.git] / src / mapcoord.h
index 36b71ecf572a508c722d74877ac62d4584cc9886..1b50eda29b2ee4604950e10b3deaafbfb489e57e 100644 (file)
 
 #include <glib.h>
 
+G_BEGIN_DECLS
+
 /* common struct to all map types and map layer, to hold info about a
  * particular tile */
 
 typedef struct {
   gint x, y;
   gint z; /* zone or anything else */
-  guint scale;
+  gint scale;
 } MapCoord;
 
-#endif
+G_END_DECLS
 
+#endif