Mercurial > mplayer.hg
view Gui/bitmap/png/png.h @ 1895:0213c552aa70
*** empty log message ***
author | jaf |
---|---|
date | Sun, 16 Sep 2001 07:12:39 +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