X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/cdcaf41c6bb6275fb40f59ad1b32a4485525c489..db771541ff9b86b3ef5e204d5d5d659ccf66e7e6:/src/mapcoord.h diff --git a/src/mapcoord.h b/src/mapcoord.h index 36b71ecf..1b50eda2 100644 --- a/src/mapcoord.h +++ b/src/mapcoord.h @@ -24,14 +24,17 @@ #include +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