#ifndef _PNG_CACHE_H_
  #define _PNG_CACHE_H_

void clear_cache(void);
void clear_bitmap(void);

#endif
