15 |
|
|
16 |
|
/* Include after ray.h */ |
17 |
|
|
18 |
< |
void ray_init_pmap (); |
18 |
> |
#ifdef __cplusplus |
19 |
> |
extern "C" { |
20 |
> |
#endif |
21 |
> |
|
22 |
> |
void ray_init_pmap (void); |
23 |
|
/* Interface to ray_init() and rtmain/rpmain/rvmain; init & load pmaps */ |
24 |
|
|
25 |
< |
void ray_done_pmap (); |
25 |
> |
void ray_done_pmap (void); |
26 |
|
/* Interface to ray_done() and rtmain/rpmain/rvmain; free photon maps */ |
27 |
|
|
28 |
|
void ray_save_pmap (RAYPARAMS *rp); |
33 |
|
|
34 |
|
void ray_defaults_pmap (RAYPARAMS *rp); |
35 |
|
/* Interface to ray_defaults(); set photon mapping defaults */ |
36 |
+ |
|
37 |
+ |
#ifdef __cplusplus |
38 |
+ |
} |
39 |
+ |
#endif |