| # | Line 6 | Line 6 | |
|---|---|---|
| 6 | */ | |
| 7 | #ifndef _RAD_CVMESH_H_ | |
| 8 | #define _RAD_CVMESH_H_ | |
| 9 | – | #ifdef __cplusplus |
| 10 | – | extern "C" { |
| 11 | – | #endif |
| 9 | ||
| 10 | #include "octree.h" | |
| 11 | #include "object.h" | |
| 12 | #include "mesh.h" | |
| 13 | + | |
| 14 | + | #ifdef __cplusplus |
| 15 | + | extern "C" { |
| 16 | + | #endif |
| 17 | ||
| 18 | extern MESH *ourmesh; /* global mesh pointer */ | |
| 19 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |