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

Comparing ray/src/hd/rhd_odraw.h (file contents):
Revision 3.10 by schorsch, Mon Jun 30 14:59:11 2003 UTC vs.
Revision 3.11 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_ODRAW_H_
8 + #define _RAD_RHD_ODRAW_H_
9  
10   #include "color.h"
11   #include "tonemap.h"
12   #include "rhdriver.h"
13  
14 + #ifdef __cplusplus
15 + extern "C" {
16 + #endif
17 +
18   extern struct ODview {
19          int     sfirst, snext;  /* first sample and first in next view */
20          short   hhi, vhi;       /* screen image resolution */
# Line 130 | Line 136 | and redraw them on the next call(s) to odUpdate().  If
136   is non-zero, then clear the previous sample history.
137  
138   **********************************************************************/
139 +
140 + #ifdef __cplusplus
141 + }
142 + #endif
143 + #endif /* _RAD_RHD_ODRAW_H_ */
144 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines