view Gui/bitmap/png/png.h @ 7537:719bb52b987a

argh i forgot to add new file.. directx driver by Sascha Sommer <saschasommer@freenet.de>
author arpi
date Sat, 28 Sep 2002 19:17:34 +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