view Gui/bitmap/png/png.h @ 7921:7ca10ce8b7bd

please never edit this file with a windows editor. it will make it un-runable on an unix-system!!!
author jaf
date Fri, 25 Oct 2002 17:42:20 +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