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

Comparing ray/src/common/objutil.h (file contents):
Revision 2.7 by greg, Sat May 2 00:21:13 2020 UTC vs.
Revision 2.8 by greg, Tue Jun 23 19:29:40 2020 UTC

# Line 98 | Line 98 | int            xfmScene(Scene *sc, const char *xfm);
98   /* Add a descriptive comment */
99   void            addComment(Scene *sc, const char *comment);
100  
101 + /* Find index for comment containing the given string (starting from n) */
102 + int             findComment(Scene *sc, const char *match, int n);
103 +
104   /* Clear comments */
105   void            clearComments(Scene *sc);
106  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines