--- ray/src/px/pict.h 1991/11/12 16:05:50 2.1 +++ ray/src/px/pict.h 2003/07/14 22:24:00 2.4 @@ -1,10 +1,15 @@ -/* SCCSid "$SunId$ AU" */ - +/* RCSid: $Id: pict.h,v 2.4 2003/07/14 22:24:00 schorsch Exp $ */ /* - Header files for PICTs - + Header file for ra_pict.h */ +#ifndef _RAD_PICT_H_ +#define _RAD_PICT_H_ + +#ifdef __cplusplus +extern "C" { +#endif + #define HEADER_SIZE 512 #define PICT_picVersion 0x0011 #define PICT_reservedHeader 0x0C00 @@ -13,3 +18,7 @@ #define PICT_PackBitsRect 0x0098 #define PICT_Pack32BitsRect 0x009A +#ifdef __cplusplus +} +#endif +#endif /* _RAD_PICT_H_ */