| # | Line 39 | Line 39 | int nfiles = 0; /* number of object files */ | |
|---|---|---|
| 39 | ||
| 40 | double mincusize; /* minimum cube size from resolu */ | |
| 41 | ||
| 42 | + | int (*addobjnotify[])() = {NULL}; /* new object notifier functions */ |
| 43 | + | |
| 44 | ||
| 45 | main(argc, argv) /* convert object files to an octree */ | |
| 46 | int argc; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |