# | Line 18 | Line 18 | |
---|---|---|
18 | */ | |
19 | #ifndef _RAD_RANIMOVE_H_ | |
20 | #define _RAD_RANIMOVE_H_ | |
21 | – | #ifdef __cplusplus |
22 | – | extern "C" { |
23 | – | #endif |
21 | ||
25 | – | |
22 | #include "ray.h" | |
23 | #include "view.h" | |
24 | #include "vars.h" | |
25 | + | |
26 | + | #ifdef __cplusplus |
27 | + | extern "C" { |
28 | + | #endif |
29 | + | |
30 | /* input variables (alphabetical by name) */ | |
31 | #define BASENAME 0 /* output image base name */ | |
32 | #define END 1 /* number of animation frames */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |