| # | Line 20 | Line 20 | |
|---|---|---|
| 20 | ||
| 21 | #include "pmap.h" | |
| 22 | ||
| 23 | + | #ifdef __cplusplus |
| 24 | + | extern "C" { |
| 25 | + | #endif |
| 26 | + | |
| 27 | /* | |
| 28 | Check for paths already accounted for in photon map to avoid | |
| 29 | double-counting during backward raytracing. | |
| # | Line 100 | Line 104 | |
| 104 | ||
| 105 | /* Find antimatter geometry declared as photon sensors */ | |
| 106 | void getPhotonSensors (char **sensorList); | |
| 107 | < | |
| 107 | > | |
| 108 | > | #ifdef __cplusplus |
| 109 | > | } |
| 110 | > | #endif |
| 111 | > | |
| 112 | #endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |