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

Comparing ray/src/rt/func.h (file contents):
Revision 2.10 by greg, Wed May 20 12:58:31 2015 UTC vs.
Revision 2.11 by greg, Tue Oct 29 00:36:54 2024 UTC

# Line 25 | Line 25 | extern XF  unitxf;             /* identity transform */
25   extern XF  funcxf;              /* current transform */
26  
27   extern void     initfunc(void);
28 < extern void     set_eparams(char *prms);
28 > extern void     set_eparams(const char *prms);
29   extern MFUNC    *getfunc(OBJREC *m, int ff, unsigned int ef, int dofwd);
30   extern void     freefunc(OBJREC *m);
31   extern int      setfunc(OBJREC *m, RAY *r);
32 < extern int      worldfunc(char *ctx, RAY *r);
32 > extern int      worldfunc(const char *ctx, RAY *r);
33   extern void     loadfunc(char *fname);
34  
35          /* defined in noise3.c */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines