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

Comparing ray/src/hd/rhdobj.h (file contents):
Revision 3.6 by greg, Sat Feb 22 02:07:24 2003 UTC vs.
Revision 3.7 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 2 | Line 2
2   /*
3   * Header file for object display routines for rholo drivers.
4   */
5 + #ifndef _RAD_RHDOBJ_H_
6 + #define _RAD_RHDOBJ_H_
7  
8 + #ifdef __cplusplus
9 + extern "C" {
10 + #endif
11 +
12                                  /* additional user commands */
13   #define DO_LOAD         0               /* load octree object */
14   #define DO_UNLOAD       1               /* unload (free) octree object */
# Line 148 | Line 154 | extern double  dobj_trace();
154   extern char     rhdcmd[DO_NCMDS][8];
155  
156   extern int      (*dobj_lightsamp)();    /* pointer to function to get lights */
157 +
158 + #ifdef __cplusplus
159 + }
160 + #endif
161 + #endif /* _RAD_RHDOBJ_H_ */
162 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines