aboutsummaryrefslogtreecommitdiff
path: root/graphics/surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/surface.h')
-rw-r--r--graphics/surface.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/surface.h b/graphics/surface.h
index 19107b8bab..8728106273 100644
--- a/graphics/surface.h
+++ b/graphics/surface.h
@@ -327,6 +327,13 @@ public:
// See comment in graphics/surface.cpp about it
void move(int dx, int dy, int height);
+
+ /**
+ * Flip the specified rect vertically.
+ *
+ * @param r Rect to flip
+ */
+ void flipVertical(const Common::Rect &r);
};
/**