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

Comparing ray/src/cv/mgflib/rayopt.h (file contents):
Revision 1.2 by greg, Fri Feb 28 20:11:30 2003 UTC vs.
Revision 1.3 by schorsch, Sat Jun 7 01:11:17 2003 UTC

# Line 14 | Line 14
14  
15   --------------------------------------------------------------------------*/
16  
17 < #ifndef __RAYOPT_H
18 < #define __RAYOPT_H
17 > #ifndef _MGF_RAYOPT_H
18 > #define _MGF_RAYOPT_H
19 > #ifdef __cplusplus
20 > extern "C" {
21 > #endif
22  
23 +
24   #include "vect.h"
25  
26   void opt_set_format (int format);
# Line 53 | Line 57 | void abortmsg (char *msg, int exit_code);
57   void add_ext (char *fname, char *ext, int force);
58   void cleanup_name (char *name);
59  
60 +
61 + #ifdef __cplusplus
62 + }
63   #endif
64 + #endif /* _MGF_RAYOPT_H */
65 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines