# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |