view Gui/bitmap/png/png.h @ 5935:5074aa8fae5a

printf to mp_msg
author albeu
date Thu, 02 May 2002 10:49:55 +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