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

Comparing ray/src/rt/pmapopt.h (file contents):
Revision 2.5 by rschregle, Tue May 17 17:39:47 2016 UTC vs.
Revision 2.6 by greg, Tue Sep 17 16:36:05 2024 UTC

# Line 18 | Line 18
18   #ifndef PMAPOPT_H
19     #define PMAPOPT_H
20  
21 + #ifdef __cplusplus
22 + extern "C" {
23 + #endif
24 +
25     int getPmapRenderOpt (int ac, char *av []);
26     /* Parse next render option for photon map; interface to getrenderopt();
27      * return -1 if parsing failed, else number of parameters consumed */
28  
29     void printPmapDefaults ();
30     /* Print defaults for photon map render options */
31 +
32 + #ifdef __cplusplus
33 + }
34 + #endif
35 +
36   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines