/* vrml.c: saves "illuminated" model in the VRML'97 file */ #ifndef _MCR_VRML_H_ #define _MCR_VRML_H_ #ifdef __cplusplus extern "C" { #endif extern void McrWriteVRML(FILE *fp); #ifdef __cplusplus } #endif #endif /*_MCR_VRML_H_*/