--- ray/src/rt/rtotypes.h 2004/03/30 16:21:40 1.1 +++ ray/src/rt/rtotypes.h 2005/06/23 11:51:47 1.2 @@ -1,7 +1,8 @@ +/* RCSid $Id: rtotypes.h,v 1.2 2005/06/23 11:51:47 greg Exp $ */ +/* + * External functions implementing Radiance object types + */ -#include "ray.h" -#include "otypes.h" - typedef int otype_tracef(OBJREC *o, RAY *r); extern otype_tracef o_sphere, o_face, o_cone, o_instance, o_mesh; @@ -16,7 +17,6 @@ extern otype_tracef p_cfunc, p_bfunc, p_pdata, p_cdata extern otype_tracef mx_func, mx_data, mx_pdata; extern otype_tracef do_text; - /* text.c */ extern void freetext(OBJREC *m);