view Gui/bitmap/png/png.h @ 6627:fd3ac41ee1a1

add equalizer support and fix some small bug...
author pontscho
date Wed, 03 Jul 2002 18:57:52 +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