| # | Line 21 | Line 21 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 21 | static double ogetflt(); | |
| 22 | static long ogetint(); | |
| 23 | static char *ogetstr(); | |
| 24 | < | static int getobj(), octerror(); |
| 24 | > | static int getobj(), octerror(), skiptree(); |
| 25 | static OCTREE getfullnode(), gettree(); | |
| 26 | ||
| 27 | static char *infn; /* input file name */ | |
| # | Line 38 | Line 38 | int load; | |
| 38 | CUBE *scene; | |
| 39 | char *ofn[]; | |
| 40 | { | |
| 41 | – | extern int fputs(); |
| 41 | char sbuf[512]; | |
| 42 | int nf; | |
| 43 | OBJECT fnobjects; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |