]> Shamusworld >> Repos - architektonas/blobdiff - src/painter.h
Added visual feedback to switch side handle.
[architektonas] / src / painter.h
index 1bc261b0eab5cbd198467e5d8e38688db3939a09..50c79a429f8747fbe73303c8d99c2f2da080f31b 100644 (file)
@@ -22,6 +22,7 @@ class Painter
                void DrawArc(Vector, double, double, double);
                void DrawEllipse(Vector, double, double);
                void DrawHandle(Vector);
+               void DrawArrowHandle(Vector, double);
                void DrawLine(int, int, int, int);
                void DrawLine(Vector, Vector);
                void DrawPoint(int, int);