view Gui/bitmap/png/png.h @ 7308:8162d2f591f9

removes old input code (forgot to commit this)
author alex
date Sat, 07 Sep 2002 20:30:17 +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