# | 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" | |
18 | #include "random.h" | |
20 | – | #include "paths.h" |
19 | #include "view.h" | |
20 | #include "pmapray.h" | |
21 | ||
# | Line 95 | Line 93 | main(int argc, char *argv[]) | |
93 | progname = argv[0] = fixargv0(argv[0]); | |
94 | /* set our defaults */ | |
95 | set_defaults(); | |
98 | – | /* initialize calcomp routines */ |
99 | – | initfunc(); |
96 | /* option city */ | |
97 | for (i = 1; i < argc; i++) { | |
98 | /* expand arguments */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |