| # | 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_ */ |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |