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

Comparing ray/src/hd/rhd_sample.h (file contents):
Revision 3.9 by greg, Fri Jun 20 00:25:49 2003 UTC vs.
Revision 3.10 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 4 | Line 4
4   *
5   * Include after "standard.h"
6   */
7 + #ifndef _RAD_RHD_SAMPLE_H_
8 + #define _RAD_RHD_SAMPLE_H_
9 +
10   #include "color.h"
11   #include "tonemap.h"
12   #include "rhdriver.h"
13   #include "object.h"
14  
15 + #ifdef __cplusplus
16 + extern "C" {
17 + #endif
18 +
19   #ifndef INVALID
20   #define INVALID  -1
21   #endif
# Line 140 | Line 147 | extern S_ID sAlloc_samp();
147   */
148  
149  
150 <
150 > #ifdef __cplusplus
151 > }
152 > #endif
153 > #endif /* _RAD_RHD_SAMPLE_H_ */
154  
155  
156  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines