--- ray/src/util/ranimove.h 2003/02/25 02:47:24 3.2 +++ ray/src/util/ranimove.h 2003/07/14 22:24:00 3.5 @@ -1,4 +1,4 @@ -/* RCSid $Id: ranimove.h,v 3.2 2003/02/25 02:47:24 greg Exp $ */ +/* RCSid $Id: ranimove.h,v 3.5 2003/07/14 22:24:00 schorsch Exp $ */ /* * ranimove.h * @@ -16,12 +16,17 @@ * * See the ranimove(1) man page for further details. */ +#ifndef _RAD_RANIMOVE_H_ +#define _RAD_RANIMOVE_H_ -#include "copyright.h" - #include "ray.h" #include "view.h" #include "vars.h" + +#ifdef __cplusplus +extern "C" { +#endif + /* input variables (alphabetical by name) */ #define BASENAME 0 /* output image base name */ #define END 1 /* number of animation frames */ @@ -176,3 +181,10 @@ extern double hlsmax; /* maximum high-level saliency void write_map(), sample_pos(), comp_frame_error(), conspicuity(); int getclosest(), getambcolor(), refine_first(); double sample_wt(), estimaterr(), comperr(); + + +#ifdef __cplusplus +} +#endif +#endif /* _RAD_RANIMOVE_H_ */ +