Getting rid of nasty tabs
[supertux.git] / src / video / drawing_context.hpp
index 73713f7..46f6d27 100644 (file)
@@ -69,7 +69,7 @@ public:
 
   /// Draws text on screen center (feed Vector.x with a 0).
   /// This is the same as draw_text() with a SCREEN_WIDTH/2 position and
-  /// alignment set to LEFT_ALLIGN
+  /// alignment set to LEFT_ALIGN
   void draw_center_text(const Font* font, const std::string& text,
                         const Vector& position, int layer);
   /// Draws a color gradient onto the whole screen */
@@ -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();