| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | /* SCCSid "$SunId$ AU" */ |
| 2 | < | |
| 1 | > | /* RCSid: $Id$ */ |
| 2 | /* | |
| 3 | < | Header files for PICTs |
| 5 | < | |
| 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 13 | Line 18 | |
| 18 | #define PICT_PackBitsRect 0x0098 | |
| 19 | #define PICT_Pack32BitsRect 0x009A | |
| 20 | ||
| 21 | + | #ifdef __cplusplus |
| 22 | + | } |
| 23 | + | #endif |
| 24 | + | #endif /* _RAD_PICT_H_ */ |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |