19 |
|
typedef void dr_clearf_t(int, int); |
20 |
|
typedef void dr_paintrf_t(COLOR col, int xmin, int ymin, int xmax, int ymax); |
21 |
|
typedef int dr_getcurf_t(int*,int*); |
22 |
< |
typedef void dr_comoutf_t(char*); |
22 |
> |
typedef void dr_comoutf_t(const char*); |
23 |
|
typedef void dr_cominf_t(char*,char*); |
24 |
|
typedef void dr_flushf_t(void); |
25 |
|
|
224 |
|
extern int new_ctab(int ncolors); |
225 |
|
extern int get_pixel(COLOR col, dr_newcolrf_t *newcolr); |
226 |
|
extern void make_gmap(double gam); |
227 |
< |
extern void set_cmap(BYTE *rmap, BYTE *gmap, BYTE *bmap); |
228 |
< |
extern void map_color(BYTE rgb[3], COLOR col); |
227 |
> |
extern void set_cmap(uby8 *rmap, uby8 *gmap, uby8 *bmap); |
228 |
> |
extern void map_color(uby8 rgb[3], COLOR col); |
229 |
|
|
230 |
|
|
231 |
|
#ifdef __cplusplus |