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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-11-24
|
270 b
|
14 lines
#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__ */