| # | Line 4 | Line 4 | |
|---|---|---|
| 4 | */ | |
| 5 | #ifndef _RAD_RAY_H_ | |
| 6 | #define _RAD_RAY_H_ | |
| 7 | – | #ifdef __cplusplus |
| 8 | – | extern "C" { |
| 9 | – | #endif |
| 7 | ||
| 8 | #include "standard.h" | |
| 12 | – | |
| 9 | #include "octree.h" | |
| 14 | – | |
| 10 | #include "object.h" | |
| 16 | – | |
| 11 | #include "color.h" | |
| 12 | + | |
| 13 | + | #ifdef __cplusplus |
| 14 | + | extern "C" { |
| 15 | + | #endif |
| 16 | ||
| 17 | #define MAXDIM 32 /* maximum number of dimensions */ | |
| 18 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |