| 8 |
|
*/ |
| 9 |
|
|
| 10 |
|
#include "standard.h" |
| 11 |
+ |
#include "platform.h" |
| 12 |
|
#include "color.h" |
| 13 |
|
#include "calcomp.h" |
| 14 |
|
#include "view.h" |
| 518 |
|
static unsigned long ltick[MAXINP]; |
| 519 |
|
static FVECT lorg[MAXINP], ldir[MAXINP]; |
| 520 |
|
static double ldist[MAXINP]; |
| 521 |
< |
FLOAT loc[2]; |
| 521 |
> |
RREAL loc[2]; |
| 522 |
|
int fn; |
| 523 |
|
register int i; |
| 524 |
|
|
| 556 |
|
static unsigned long ltick[MAXINP]; |
| 557 |
|
static double psize[MAXINP]; |
| 558 |
|
FVECT dir0, org, dirx, diry; |
| 559 |
< |
FLOAT locx[2], locy[2]; |
| 559 |
> |
RREAL locx[2], locy[2]; |
| 560 |
|
double d; |
| 561 |
|
int fn; |
| 562 |
|
register int i; |