X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/50a14534a51f892500ee82f867e8ab2f85b936ae..99a3e19093de9408cb066670376edf8dcf98c294:/src/mapcache.h?ds=sidebyside diff --git a/src/mapcache.h b/src/mapcache.h index 2cc7ed9a..b2bf8518 100644 --- a/src/mapcache.h +++ b/src/mapcache.h @@ -22,10 +22,14 @@ #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, guint8 alpha ); +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