# | Line 19 | Line 19 | typedef void dr_closef_t(void); | |
---|---|---|
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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |