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

Comparing ray/src/meta/macplot.h (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.2 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 2 | Line 2
2   /*
3   *   Definitions for MacIntosh plotting routines
4   */
5 + #ifndef _RAD_MACPLOT_H_
6 + #define _RAD_MACPLOT_H_
7  
8   #undef  TRUE
7
9   #undef  FALSE
10  
11   #include  <quickdraw.h>
12  
13 + #ifdef __cplusplus
14 + extern "C" {
15 + #endif
16  
17   #define  mapx(x)  CONV(x, dxsize)
18  
# Line 20 | Line 24 | extern int  pati[];
24   extern Pattern  macpat[];       /* fill patterns */
25  
26   extern  dxsize, dysize;         /* plot dimensions */
27 +
28 + #ifdef __cplusplus
29 + }
30 + #endif
31 + #endif /* _RAD_MACPLOT_H_ */
32 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines