ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/rtotypes.h
(Generate patch)

Comparing ray/src/rt/rtotypes.h (file contents):
Revision 1.1 by schorsch, Tue Mar 30 16:21:40 2004 UTC vs.
Revision 1.2 by greg, Thu Jun 23 11:51:47 2005 UTC

# Line 1 | Line 1
1 + /* RCSid $Id$ */
2 + /*
3 + * External functions implementing Radiance object types
4 + */
5  
2 #include "ray.h"
3 #include "otypes.h"
4
6   typedef int otype_tracef(OBJREC *o, RAY *r);
7  
8   extern otype_tracef o_sphere, o_face, o_cone, o_instance, o_mesh;
# Line 16 | Line 17 | extern otype_tracef p_cfunc, p_bfunc, p_pdata, p_cdata
17   extern otype_tracef mx_func, mx_data, mx_pdata;
18  
19   extern otype_tracef do_text;
19
20  
21          /* text.c */
22   extern void freetext(OBJREC *m);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines