view Gui/bitmap/png/png.h @ 7597:363959276ef2

by cvs hephooey@fastmail.fm
author jaf
date Sat, 05 Oct 2002 10:19:07 +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