# | Line 12 | Line 12 | static const char RCSid[] = "$Id$"; | |
---|---|---|
12 | ||
13 | #include "platform.h" | |
14 | #include "ray.h" | |
15 | – | #include "func.h" |
15 | #include "source.h" | |
16 | #include "ambient.h" | |
17 | #include "rpaint.h" | |
# | Line 95 | Line 94 | main(int argc, char *argv[]) | |
94 | progname = argv[0] = fixargv0(argv[0]); | |
95 | /* set our defaults */ | |
96 | set_defaults(); | |
98 | – | /* initialize calcomp routines */ |
99 | – | initfunc(); |
97 | /* option city */ | |
98 | for (i = 1; i < argc; i++) { | |
99 | /* expand arguments */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |