summaryrefslogtreecommitdiffstats
path: root/Gui/bitmap/png/png.h
blob: 111d96915db5523718c03c27636b87267c67315e (plain)
1
2
3
4
5
6
7
8
9

#ifndef __MYPNG
#define __MYPNG

#include "../bitmap.h"

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

#endif