| # | Line 10 | Line 10 | |
|---|---|---|
| 10 | ||
| 11 | #include "octree.h" | |
| 12 | ||
| 13 | – | #define GET_BOUNDS IO_BOUNDS /* just load boundaries */ |
| 14 | – | #define GET_ALL (IO_BOUNDS|IO_SCENE|IO_TREE) /* everything */ |
| 15 | – | |
| 13 | typedef struct scene { | |
| 14 | char *name; /* octree name */ | |
| 15 | int ldflags; /* what was loaded */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |