Added experimental and unfinished window resize more fixes will follow later, might...
[supertux.git] / src / video / drawing_context.hpp
index c8f9012..abfab22 100644 (file)
@@ -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();