| # | Line 10 | Line 10 | extern "C" { | |
|---|---|---|
| 10 | ||
| 11 | #include "copyright.h" | |
| 12 | ||
| 13 | + | #include <string.h> |
| 14 | + | |
| 15 | #include "fvect.h" | |
| 16 | ||
| 17 | < | typedef FLOAT MAT4[4][4]; |
| 17 | > | typedef RREAL MAT4[4][4]; |
| 18 | ||
| 19 | #ifdef BSD | |
| 20 | #define copymat4(m4a,m4b) bcopy((void *)m4b,(void *)m4a,sizeof(MAT4)) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |