gimp/app/tile_cache.h

14 lines
257 B
C
Raw Normal View History

1997-11-25 06:05:25 +08:00
#ifndef __TILE_CACHE_H__
#define __TILE_CACHE_H__
#include "tile.h"
void tile_cache_insert (Tile *tile);
void tile_cache_flush (Tile *tile);
void tile_cache_set_size (unsigned long cache_size);
#endif /* __TILE_CACHE_H__ */