aboutsummaryrefslogtreecommitdiff
path: root/graphics/surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/surface.h')
-rw-r--r--graphics/surface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/surface.h b/graphics/surface.h
index 995e2b9b07..2fd5968727 100644
--- a/graphics/surface.h
+++ b/graphics/surface.h
@@ -65,6 +65,7 @@ struct Surface {
void vLine(int x, int y, int y2, uint32 color);
void fillRect(const Common::Rect &r, uint32 color);
void frameRect(const Common::Rect &r, uint32 color);
+ void move(int dx, int dy, int height);
};