X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/a25c4c508425a98c4aba9b5d72c6e57c985f9da2..c9a5cbf917b6c208b30670bf85de2d4c4b14e3cc:/src/mapcache.h diff --git a/src/mapcache.h b/src/mapcache.h index a102fba4..b2bf8518 100644 --- a/src/mapcache.h +++ b/src/mapcache.h @@ -28,7 +28,8 @@ 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_flush (); void a_mapcache_uninit (); #endif