| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | /* | |
| 3 | * view.h - header file for image generation. | |
| 4 | * | |
| 5 | < | * Include after fvect.h |
| 5 | > | * Include after stdio.h and fvect.h |
| 6 | * Includes resolu.h | |
| 7 | */ | |
| 8 | #ifndef _RAD_VIEW_H_ | |
| # | Line 10 | Line 10 | |
| 10 | #ifdef __cplusplus | |
| 11 | extern "C" { | |
| 12 | #endif | |
| 13 | – | |
| 14 | – | #include "copyright.h" |
| 13 | ||
| 14 | #include "resolu.h" | |
| 15 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |