X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/1fe49af0ed8ab6c226fd2b3486851a395ee657ab..997905be563e11460627f3466ecba771168ce8df:/src/mapcache.h diff --git a/src/mapcache.h b/src/mapcache.h index 2e817dd1..a102fba4 100644 --- a/src/mapcache.h +++ b/src/mapcache.h @@ -22,6 +22,9 @@ #ifndef __VIKING_MAPCACHE_H #define __VIKING_MAPCACHE_H +#include +#include + 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 );