]> git.street.me.uk Git - andy/viking.git/blobdiff - src/mapcoord.h
Add Terraserver
[andy/viking.git] / src / mapcoord.h
index 6f22168e6f66e0fac93b73689bdb2748bdb09afd..36b71ecf572a508c722d74877ac62d4584cc9886 100644 (file)
  *
  */
 
  *
  */
 
+#ifndef __MAP_COORD_H
+#define __MAP_COORD_H
+
+#include <glib.h>
+
 /* common struct to all map types and map layer, to hold info about a
  * particular tile */
 
 /* 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;
   gint z; /* zone or anything else */
   guint scale;
 } MapCoord;
+
+#endif
+