X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/1fe49af0ed8ab6c226fd2b3486851a395ee657ab..1d0135d80e87993f8ad323c1e5a4e5d495309a3b:/src/mapcache.h?ds=inline diff --git a/src/mapcache.h b/src/mapcache.h index 2e817dd1..97a3357c 100644 --- a/src/mapcache.h +++ b/src/mapcache.h @@ -22,10 +22,13 @@ #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 ); -void a_mapcache_remove_all_shrinkfactors ( guint16 x, guint16 y, guint16 z, guint8 type, guint zoom ); +void a_mapcache_remove_all_shrinkfactors ( gint x, gint y, gint z, guint8 type, guint zoom ); void a_mapcache_uninit (); #endif