Replaced rectangular shrinkfade with a circular one
[supertux.git] / src / video / drawing_context.hpp
index 73713f7..abfab22 100644 (file)
@@ -80,6 +80,8 @@ public:
   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();