Changeset 179 for libcaca/trunk/libee/line.c
- Timestamp:
- Nov 15, 2003, 10:58:20 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/libee/line.c
r165 r179 69 69 } 70 70 71 void ee_draw_polyline( int x[],int y[], int n, char c)71 void ee_draw_polyline(const int x[], const int y[], int n, char c) 72 72 { 73 73 int i; … … 106 106 } 107 107 108 void ee_draw_thin_polyline( int x[],int y[], int n)108 void ee_draw_thin_polyline(const int x[], const int y[], int n) 109 109 { 110 110 int i;
Note: See TracChangeset
for help on using the changeset viewer.