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

Comparing ray/src/rt/pmap.h (file contents):
Revision 2.9 by rschregle, Wed Jan 24 19:39:05 2018 UTC vs.
Revision 2.10 by greg, Tue Sep 17 16:36:04 2024 UTC

# Line 28 | Line 28
28     #include "pmapparm.h"
29     #include "pmapdata.h"
30  
31 + #ifdef __cplusplus
32 + extern "C" {
33 + #endif
34  
35     #ifndef min
36        #define min(a, b)          ((a) < (b) ? (a) : (b))
# Line 87 | Line 90
90  
91     void colorNorm (COLOR);
92     /* Normalise colour channels to average of 1 */
93 +
94 + #ifdef __cplusplus
95 + }
96 + #endif
97  
98   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines