--- ray/src/rt/otspecial.h 1991/11/12 17:10:26 2.1 +++ ray/src/rt/otspecial.h 2003/06/07 00:54:58 2.4 @@ -1,13 +1,25 @@ -/* Copyright (c) 1991 Regents of the University of California */ - -/* SCCSid "$SunId$ LBL" */ - +/* RCSid $Id: otspecial.h,v 2.4 2003/06/07 00:54:58 schorsch Exp $ */ /* * Special type flags for objects used in rendering. * Depends on definitions in otypes.h */ +#ifndef _RAD_OTSPECIAL_H_ +#define _RAD_OTSPECIAL_H_ +#ifdef __cplusplus +extern "C" { +#endif + +#include "copyright.h" + /* flag for materials to ignore during irradiance comp. */ #define T_IRR_IGN T_SP1 #define irr_ignore(t) (ofun[t].flags & T_IRR_IGN) + + +#ifdef __cplusplus +} +#endif +#endif /* _RAD_OTSPECIAL_H_ */ +