--- ray/src/gen/mkillum.h 2003/06/26 00:58:09 2.3 +++ ray/src/gen/mkillum.h 2003/07/14 22:23:59 2.4 @@ -1,18 +1,18 @@ -/* RCSid: $Id: mkillum.h,v 2.3 2003/06/26 00:58:09 schorsch Exp $ */ +/* RCSid: $Id: mkillum.h,v 2.4 2003/07/14 22:23:59 schorsch Exp $ */ /* * Common definitions for mkillum */ #ifndef _RAD_MKILLUM_H_ #define _RAD_MKILLUM_H_ -#ifdef __cplusplus -extern "C" { -#endif - #include "standard.h" #include "object.h" #include "otypes.h" #include "rtprocess.h" + +#ifdef __cplusplus +extern "C" { +#endif /* illum flags */ #define IL_LIGHT 0x1 /* light rather than illum */