ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/driver.h
(Generate patch)

Comparing ray/src/rt/driver.h (file contents):
Revision 2.10 by greg, Fri May 20 02:06:39 2011 UTC vs.
Revision 2.11 by greg, Thu May 23 22:45:04 2024 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines