| # | Line 2 | Line 2 | |
|---|---|---|
| 2 | /* | |
| 3 | * Header file for holodeck device driver routines. | |
| 4 | */ | |
| 5 | + | #ifndef _RAD_RHDRIVER_H_ |
| 6 | + | #define _RAD_RHDRIVER_H_ |
| 7 | ||
| 8 | #include "view.h" | |
| 9 | ||
| 10 | + | #ifdef __cplusplus |
| 11 | + | extern "C" { |
| 12 | + | #endif |
| 13 | + | |
| 14 | extern struct driver { | |
| 15 | char *name; /* holodeck name or title */ | |
| 16 | VIEW v; /* base view parameters */ | |
| # | Line 163 | Line 169 | Set odev.v.type=0 and odev.hres=odev.vres=0 when done. | |
| 169 | extern VIEW *dev_auxview(); | |
| 170 | ||
| 171 | extern int16 *beam_view(); | |
| 172 | + | |
| 173 | + | |
| 174 | + | #ifdef __cplusplus |
| 175 | + | } |
| 176 | + | #endif |
| 177 | + | #endif /* _RAD_RHDRIVER_H_ */ |
| 178 | + | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |