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

Comparing ray/src/px/pic.h (file contents):
Revision 1.2 by greg, Thu Feb 2 14:10:28 1989 UTC vs.
Revision 2.3 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 1 | Line 1
1 < /* Copyright 1988 Regents of the University of California */
1 > /* RCSid: $Id$ */
2 > /* the following three structures are used by ciq */
3  
4 < /* SCCSid "$SunId$ LBL" */
4 > #ifndef _RAD_PIC_H_
5 > #define _RAD_PIC_H_
6  
7 < /* the following three structures are used by ciq */
7 > #ifdef __cplusplus
8 > extern "C" {
9 > #endif
10  
11   typedef int colormap[3][256];
12  
# Line 16 | Line 20 | typedef struct {
20  
21   /* image resolution */
22   extern int      xmax,ymax;
23 +
24 + #ifdef __cplusplus
25 + }
26 + #endif
27 + #endif /* _RAD_PIC_H_ */
28 +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines