X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/01423b939fe263b830e979b5b7091a5a9296d5b1..db771541ff9b86b3ef5e204d5d5d659ccf66e7e6:/src/mapcoord.h diff --git a/src/mapcoord.h b/src/mapcoord.h index 0cc08e46..1b50eda2 100644 --- a/src/mapcoord.h +++ b/src/mapcoord.h @@ -24,6 +24,8 @@ #include +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