| # | Line 6 | Line 6 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 6 | */ | |
| 7 | ||
| 8 | #include "copyright.h" | |
| 9 | + | |
| 10 | #include "ray.h" | |
| 11 | #include "otypes.h" | |
| 12 | + | #include "rtotypes.h" |
| 13 | #include "otspecial.h" | |
| 14 | ||
| 15 | /* | |
| # | Line 21 | Line 23 | static const char RCSid[] = "$Id$"; | |
| 23 | * chain at all. | |
| 24 | */ | |
| 25 | ||
| 26 | < | int |
| 27 | < | m_alias(m, r) /* transfer shading to alias target */ |
| 28 | < | OBJREC *m; |
| 29 | < | RAY *r; |
| 26 | > | extern int |
| 27 | > | m_alias( /* transfer shading to alias target */ |
| 28 | > | OBJREC *m, |
| 29 | > | RAY *r |
| 30 | > | ) |
| 31 | { | |
| 32 | OBJECT aobj; | |
| 33 | OBJREC *aop; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |