| # | Line 7 | Line 7 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 7 | ||
| 8 | #include "rholo.h" | |
| 9 | #include "rhdisp.h" | |
| 10 | – | #include "view.h" |
| 10 | ||
| 11 | struct cellist { | |
| 12 | GCOORD *cl; | |
| # | Line 304 | Line 303 | memerr: | |
| 303 | } | |
| 304 | ||
| 305 | ||
| 306 | < | gridlines(f) /* run through holodeck section grid lines */ |
| 307 | < | int (*f)(); |
| 306 | > | extern void |
| 307 | > | gridlines( /* run through holodeck section grid lines */ |
| 308 | > | void (*f)(FVECT wp[2]) |
| 309 | > | ) |
| 310 | { | |
| 311 | register int hd, w, i; | |
| 312 | int g0, g1; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |