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

Comparing ray/src/rt/otspecial.h (file contents):
Revision 2.8 by greg, Tue Jan 9 05:01:15 2018 UTC vs.
Revision 2.9 by greg, Thu Nov 8 00:54:07 2018 UTC

# Line 23 | Line 23 | extern "C" {
23   #define isBSDFproxy(m)  ((m)->otype == MAT_BSDF && (m)->oargs.nsargs && \
24                                  strcmp((m)->oargs.sarg[0], "0"))
25  
26 +                /* defined in initotypes.c */
27 + extern OBJREC   *findmaterial(OBJREC *o);
28 +
29   #ifdef __cplusplus
30   }
31   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines