home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2002 April / pcpro0402.iso / essentials / graphics / Gimp / gimp-src-20001226.exe / src / gimp / app / tile_cache.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-11-24  |  270 b   |  14 lines

  1. #ifndef __TILE_CACHE_H__
  2. #define __TILE_CACHE_H__
  3.  
  4.  
  5. #include "tile.h"
  6.  
  7.  
  8. void  tile_cache_insert   (Tile          *tile);
  9. void  tile_cache_flush    (Tile          *tile);
  10. void  tile_cache_set_size (unsigned long  cache_size);
  11.  
  12.  
  13. #endif /* __TILE_CACHE_H__ */
  14.