5 |
|
#ifndef _RAD_RHDISP_H_ |
6 |
|
#define _RAD_RHDISP_H_ |
7 |
|
|
8 |
+ |
#include "color.h" |
9 |
+ |
|
10 |
|
#ifdef __cplusplus |
11 |
|
extern "C" { |
12 |
|
#endif |
67 |
|
* The standard output will always be available for writing, though it |
68 |
|
* may go to /dev/null. |
69 |
|
*/ |
70 |
+ |
|
71 |
+ |
|
72 |
+ |
/* rhdisp.c */ |
73 |
+ |
extern void serv_request(int type, int nbytes, char *p); |
74 |
+ |
extern int serv_result(void); |
75 |
+ |
/* rhdisp2.c */ |
76 |
+ |
extern int beam_sync(int all); |
77 |
+ |
extern void beam_init(int fresh); |
78 |
+ |
//extern int16 * beam_view(VIEW *vn, int hr, int vr); |
79 |
+ |
/* rhdisp2.c, rhdisp3.c */ |
80 |
+ |
extern void gridlines(void (*f)(FVECT wp[2])); |
81 |
+ |
/* rhd_ctab.c */ |
82 |
+ |
extern int new_ctab(int ncolors); |
83 |
+ |
extern int get_pixel(BYTE rgb[3], void (*set_pixel)(int h, int r, int g, int b)); |
84 |
+ |
|
85 |
|
|
86 |
|
#ifdef __cplusplus |
87 |
|
} |