- Timestamp:
- May 14, 2008, 8:16:56 PM (15 years ago)
- Location:
- libcaca/trunk/cxx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cxx/cucul++.cpp
r2313 r2321 152 152 } 153 153 154 void Cucul::Rotate ()154 void Cucul::Rotate180() 155 155 { 156 156 cucul_rotate_180(cv); 157 } 158 159 void Cucul::RotateLeft() 160 { 161 cucul_rotate_left(cv); 162 } 163 164 void Cucul::RotateRight() 165 { 166 cucul_rotate_right(cv); 157 167 } 158 168 -
libcaca/trunk/cxx/cucul++.h
r2313 r2321 114 114 void Flip(); 115 115 void Flop(); 116 void Rotate(); 116 void Rotate180(); 117 void RotateLeft(); 118 void RotateRight(); 117 119 void drawLine(int, int, int, int, uint32_t); 118 120 void drawPolyline(int const x[], int const y[], int, uint32_t);
Note: See TracChangeset
for help on using the changeset viewer.