--- ray/src/px/pict.h 2003/02/22 02:07:27 2.3 +++ ray/src/px/pict.h 2003/07/14 22:24:00 2.4 @@ -1,8 +1,15 @@ -/* RCSid: $Id: pict.h,v 2.3 2003/02/22 02:07:27 greg Exp $ */ +/* RCSid: $Id: pict.h,v 2.4 2003/07/14 22:24:00 schorsch Exp $ */ /* 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 @@ -10,3 +17,8 @@ #define PICT_EndOfPicture 0x00FF #define PICT_PackBitsRect 0x0098 #define PICT_Pack32BitsRect 0x009A + +#ifdef __cplusplus +} +#endif +#endif /* _RAD_PICT_H_ */