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

Comparing ray/src/hd/rhdriver.h (file contents):
Revision 3.20 by gwlarson, Thu Mar 4 10:29:23 1999 UTC vs.
Revision 3.23 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1999 Silicon Graphics, Inc. */
2 <
3 < /* SCCSid "$SunId$ SGI" */
4 <
1 > /* RCSid: $Id$ */
2   /*
3   * Header file for holodeck device driver routines.
4   */
5 + #ifndef _RAD_RHDRIVER_H_
6 + #define _RAD_RHDRIVER_H_
7  
8   #include "view.h"
9  
10 + #ifdef __cplusplus
11 + extern "C" {
12 + #endif
13 +
14   extern struct driver {
15          char    *name;          /* holodeck name or title */
16          VIEW    v;              /* base view parameters */
# Line 165 | Line 168 | Set odev.v.type=0 and odev.hres=odev.vres=0 when done.
168  
169   extern VIEW     *dev_auxview();
170  
171 < extern int2     *beam_view();
171 > extern int16    *beam_view();
172 >
173 >
174 > #ifdef __cplusplus
175 > }
176 > #endif
177 > #endif /* _RAD_RHDRIVER_H_ */
178 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines