X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fpainter.h;h=98c81f3a7e6297955d73f6438044cd1d757ddd01;hb=a6e76b6a748a350bda067a99672f9dcca626d872;hp=5b11e25aadead93a1c418627fe3abbe50e02b332;hpb=ccac11461956c9c0cc9756f8963436b5d88dfbb7;p=architektonas diff --git a/src/painter.h b/src/painter.h index 5b11e25..98c81f3 100644 --- a/src/painter.h +++ b/src/painter.h @@ -26,6 +26,7 @@ class Painter void DrawArc(Vector, double, double, double); void DrawEllipse(Vector, double, double); void DrawHandle(Vector); + void DrawSmallHandle(Vector); void DrawCross(Vector); void DrawRectCorners(Rect); void DrawArrowHandle(Vector, double);