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