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 |
|
|
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 */ |
33 |
|
|
36 |
– |
extern time_t time(); |
34 |
|
extern time_t tstart; /* start time */ |
35 |
|
|
36 |
|
extern int ralrm; /* seconds between reports */ |