--- ray/src/px/tardev.h 2003/02/22 02:07:28 1.3 +++ ray/src/px/tardev.h 2003/07/14 22:24:00 1.4 @@ -1,7 +1,14 @@ -/* RCSid: $Id: tardev.h,v 1.3 2003/02/22 02:07:28 greg Exp $ */ +/* RCSid: $Id: tardev.h,v 1.4 2003/07/14 22:24:00 schorsch Exp $ */ /* * Board types used for targa->boardType */ +#ifndef _RAD_TARDEV_H_ +#define _RAD_TARDEV_H_ + +#ifdef __cplusplus +extern "C" { +#endif + #define TYPE_8 8 #define TYPE_16 16 #define TYPE_24 24 @@ -332,3 +339,10 @@ typedef struct { int *strokes; /* where the strokes are located */ SFONTCHAR *info; /* info on each character */ } SFONT; + + +#ifdef __cplusplus +} +#endif +#endif /* _RAD_TARDEV_H_ */ +