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.1 by greg, Tue Feb 20 10:47:01 1996 UTC vs.
Revision 1.3 by schorsch, Sat Jun 7 01:11:17 2003 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1996 Regents of the University of California */
2 <
3 < /* SCCSid "$SunId$ LBL" */
4 <
1 > /* RCSid: $Id$ */
2   /*-------------------------------------------------------------------------
3  
4                   Triangle Bounder/Smoother for POV-Ray
# Line 17 | 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 56 | 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