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

Comparing ray/src/rt/pmapsrc.h (file contents):
Revision 2.7 by rschregle, Fri Aug 7 01:21:13 2020 UTC vs.
Revision 2.8 by greg, Tue Sep 17 16:36:05 2024 UTC

# Line 25 | Line 25
25     #include "ray.h"
26     #include "source.h"
27  
28 + #ifdef __cplusplus
29 + extern "C" {
30 + #endif
31  
32  
33     /* Data structures for photon emission */
# Line 101 | Line 104
104  
105     void inscatterVolumePmap (RAY *r, COLOR inscatter);
106     /* Add inscattering from volume photon map; interface to srcscatter() */
107 +
108 + #ifdef __cplusplus
109 + }
110 + #endif
111  
112   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines