X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/50a14534a51f892500ee82f867e8ab2f85b936ae..de2fc9aa9e8db8e0258c8328161c6b5eda176a0a:/src/mapcoord.h?ds=sidebyside diff --git a/src/mapcoord.h b/src/mapcoord.h index 6f22168e..36b71ecf 100644 --- a/src/mapcoord.h +++ b/src/mapcoord.h @@ -19,6 +19,11 @@ * */ +#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 */ @@ -27,3 +32,6 @@ typedef struct { gint z; /* zone or anything else */ guint scale; } MapCoord; + +#endif +