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

Comparing ray/src/meta/plot.h (file contents):
Revision 1.2 by schorsch, Sun Jun 8 12:03:10 2003 UTC vs.
Revision 1.3 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 2 | Line 2
2   /*
3   *   Definitions for plotting routines
4   */
5 + #ifndef _RAD_PLOT_H_
6 + #define _RAD_PLOT_H_
7  
8 + #ifdef __cplusplus
9 + extern "C" {
10 + #endif
11  
12   #define  NPATS  9               /* number of fill patterns */
13  
# Line 18 | Line 23 | extern unsigned char  pattern[][PATSIZE/8][PATSIZE];   /
23   extern void set(int  attrib, char  *value);
24   extern void reset(int  attrib);
25   extern void unset(int  attrib);
26 +
27 + #ifdef __cplusplus
28 + }
29 + #endif
30 + #endif /* _RAD_PLOT_H_ */
31  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines