Index: libcaca/trunk/cxx/cucul++.cpp
===================================================================
--- libcaca/trunk/cxx/cucul++.cpp	(revision 2313)
+++ libcaca/trunk/cxx/cucul++.cpp	(revision 2321)
@@ -152,7 +152,17 @@
 }
 
-void Cucul::Rotate()
+void Cucul::Rotate180()
 {
     cucul_rotate_180(cv);
+}
+
+void Cucul::RotateLeft()
+{
+    cucul_rotate_left(cv);
+}
+
+void Cucul::RotateRight()
+{
+    cucul_rotate_right(cv);
 }
 
