# | Line 17 | Line 17 | static const char RCSid[] = "$Id$"; | |
---|---|---|
17 | #include "source.h" | |
18 | #include "ambient.h" | |
19 | #include "random.h" | |
20 | – | #include "paths.h" |
20 | #include "view.h" | |
21 | #include "pmapray.h" | |
22 | ||
# | Line 28 | Line 27 | static const char RCSid[] = "$Id$"; | |
27 | #define PCHILD 3 /* child of normal persist */ | |
28 | #endif | |
29 | ||
31 | – | char *progname; /* argv[0] */ |
30 | char *octname; /* octree name */ | |
31 | char *sigerr[NSIG]; /* signal error messages */ | |
32 | char *errfile = NULL; /* error output file */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |