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

Comparing ray/src/rt/pmapparm.h (file contents):
Revision 2.10 by rschregle, Wed Apr 14 11:26:25 2021 UTC vs.
Revision 2.11 by greg, Tue Sep 17 16:36:05 2024 UTC

# Line 23 | Line 23
23  
24     #include "pmaptype.h"
25    
26 <      
26 > #ifdef __cplusplus
27 > extern "C" {
28 > #endif
29 >
30     /* Struct for passing params per photon map from rpict/rtrace/rvu */
31     typedef struct {
32        char *fileName;                /* Photon map file */
# Line 76 | Line 79
79     unsigned long parseMultiplier (const char *num);
80     /* Evaluate numeric parameter string with optional multiplier suffix
81        (G = 10^9, M = 10^6, K = 10^3). Returns 0 if parsing fails. */
82 +
83 + #ifdef __cplusplus
84 + }
85 + #endif
86 +
87   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines