view Gui/bitmap/png/png.h @ 2525:125af7039fcb

Enable stream cache by default.
author atmos4
date Sun, 28 Oct 2001 22:56:44 +0000
parents d237c5d4b216
children
line wrap: on
line source


#ifndef __MYPNG
#define __MYPNG

#include "../bitmap.h"

extern int pngRead( unsigned char * fname, txSample * bf );

#endif