X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fvideo%2Fdrawing_context.hpp;h=abfab22203c4e216b32640847d1565816eb3054b;hb=403276e51afda11d0738be756025411d9103a6ed;hp=c8f90127e596342665034b2c0e4dc38893bab941;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/video/drawing_context.hpp b/src/video/drawing_context.hpp index c8f90127e..abfab2220 100644 --- a/src/video/drawing_context.hpp +++ b/src/video/drawing_context.hpp @@ -78,6 +78,9 @@ public: void draw_filled_rect(const Vector& topleft, const Vector& size, const Color& color, int layer); void draw_filled_rect(const Rect& rect, const Color& color, int layer); + void draw_filled_rect(const Rect& rect, const Color& color, float radius, int layer); + + void draw_inverse_ellipse(const Vector& pos, const Vector& size, const Color& color, int layer); /// Processes all pending drawing requests and flushes the list. void do_drawing();