| # | Line 4 | Line 4 | |
|---|---|---|
| 4 | */ | |
| 5 | #ifndef _RAD_MAT4_H_ | |
| 6 | #define _RAD_MAT4_H_ | |
| 7 | – | #ifdef __cplusplus |
| 8 | – | extern "C" { |
| 9 | – | #endif |
| 7 | ||
| 8 | #include <string.h> | |
| 9 | ||
| 10 | #include "fvect.h" | |
| 11 | + | |
| 12 | + | #ifdef __cplusplus |
| 13 | + | extern "C" { |
| 14 | + | #endif |
| 15 | ||
| 16 | typedef RREAL MAT4[4][4]; | |
| 17 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |