--- ray/src/util/ranimove.h 2003/06/27 06:53:23 3.3 +++ ray/src/util/ranimove.h 2003/07/14 22:24:00 3.5 @@ -1,4 +1,4 @@ -/* RCSid $Id: ranimove.h,v 3.3 2003/06/27 06:53:23 greg Exp $ */ +/* RCSid $Id: ranimove.h,v 3.5 2003/07/14 22:24:00 schorsch Exp $ */ /* * ranimove.h * @@ -16,10 +16,17 @@ * * See the ranimove(1) man page for further details. */ +#ifndef _RAD_RANIMOVE_H_ +#define _RAD_RANIMOVE_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 */ @@ -174,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_ */ +