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.22 by greg, Fri Jun 20 00:25:49 2003 UTC vs.
Revision 3.23 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 2 | Line 2
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 163 | Line 169 | Set odev.v.type=0 and odev.hres=odev.vres=0 when done.
169   extern VIEW     *dev_auxview();
170  
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