//
//  Vrml 97 library
//  Copyright (C) 1998 Chris Morley
//

#include <stdio.h>

#ifdef	__cplusplus
extern "C" {
#endif

unsigned char *pngread (FILE *fp, int *w, int *h, int *nc);

#ifdef	__cplusplus
}
#endif
