# | Line 14 | Line 14 | static const char RCSid[] = "$Id$"; | |
---|---|---|
14 | ||
15 | #include "platform.h" | |
16 | #include "RpictSimulManager.h" | |
17 | + | #include "func.h" |
18 | #include "ambient.h" | |
19 | #include "pmapray.h" | |
20 | #include "random.h" | |
# | Line 104 | Line 105 | main(int argc, char *argv[]) | |
105 | strcat(RFeatureList, RXPIECE_FEATURES); | |
106 | if (argc > 1 && !strcmp(argv[1], "-features")) | |
107 | return feature_status(argc-2, argv+2); | |
108 | + | /* initialize calcomp routines */ |
109 | + | initfunc(); |
110 | /* set defaults */ | |
111 | default_options(); | |
112 | /* option city */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |