X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/50a14534a51f892500ee82f867e8ab2f85b936ae..ba9d0a00bb9c614423562381e6edca2a33d28b54:/src/mapcoord.h diff --git a/src/mapcoord.h b/src/mapcoord.h index 6f22168e..0cc08e46 100644 --- a/src/mapcoord.h +++ b/src/mapcoord.h @@ -19,11 +19,19 @@ * */ +#ifndef __MAP_COORD_H +#define __MAP_COORD_H + +#include + /* 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 +