]> git.street.me.uk Git - andy/viking.git/blobdiff - src/mapcache.h
Merge branch 'i18n-launchpad'
[andy/viking.git] / src / mapcache.h
index b2bf8518154ec85b8a1244ded7e41b7ee18754e9..28161bd57f7b841872d59b50e37b9f7ca74c016c 100644 (file)
@@ -25,6 +25,8 @@
 #include <glib.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
 
+G_BEGIN_DECLS
+
 void a_mapcache_init ();
 void a_mapcache_add ( GdkPixbuf *pixbuf, gint x, gint y, gint z, guint8 type, guint zoom, guint8 alpha, gdouble xshrinkfactor, gdouble yshrinkfactor );
 GdkPixbuf *a_mapcache_get ( gint x, gint y, gint z, guint8 type, guint zoom, guint8 alpha, gdouble xshrinkfactor, gdouble yshrinkfactor );
@@ -32,4 +34,6 @@ void a_mapcache_remove_all_shrinkfactors ( gint x, gint y, gint z, guint8 type,
 void a_mapcache_flush ();
 void a_mapcache_uninit ();
 
+G_END_DECLS
+
 #endif