| 1 |
< |
/* Copyright (c) 1998 Silicon Graphics, Inc. */ |
| 2 |
< |
|
| 3 |
< |
/* SCCSid "$SunId$ SGI" */ |
| 4 |
< |
|
| 1 |
> |
/* RCSid: $Id$ */ |
| 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 */ |
| 168 |
|
|
| 169 |
|
extern VIEW *dev_auxview(); |
| 170 |
|
|
| 171 |
< |
extern int *beam_view(); |
| 171 |
> |
extern int16 *beam_view(); |
| 172 |
> |
|
| 173 |
> |
|
| 174 |
> |
#ifdef __cplusplus |
| 175 |
> |
} |
| 176 |
> |
#endif |
| 177 |
> |
#endif /* _RAD_RHDRIVER_H_ */ |
| 178 |
> |
|