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

Comparing ray/src/px/pict.h (file contents):
Revision 2.3 by greg, Sat Feb 22 02:07:27 2003 UTC vs.
Revision 2.4 by schorsch, Mon Jul 14 22:24:00 2003 UTC

# Line 3 | Line 3
3   Header file for ra_pict.h
4   */
5  
6 + #ifndef _RAD_PICT_H_
7 + #define _RAD_PICT_H_
8 +
9 + #ifdef __cplusplus
10 + extern "C" {
11 + #endif
12 +
13   #define HEADER_SIZE         512
14   #define PICT_picVersion     0x0011
15   #define PICT_reservedHeader 0x0C00
# Line 10 | Line 17
17   #define PICT_EndOfPicture   0x00FF
18   #define PICT_PackBitsRect   0x0098
19   #define PICT_Pack32BitsRect 0x009A
20 +
21 + #ifdef __cplusplus
22 + }
23 + #endif
24 + #endif /* _RAD_PICT_H_ */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines