aboutsummaryrefslogtreecommitdiff
path: root/graphics/surface.h
diff options
context:
space:
mode:
authorTravis Howell2006-06-21 11:33:04 +0000
committerTravis Howell2006-06-21 11:33:04 +0000
commit3c11d2fa18e984d6bb024d7e9bd67eb0077cffdf (patch)
tree2da9fce5f7b4ebb71fbe5ff935316dc1bb1a8135 /graphics/surface.h
parent286de879fd7edc2b84cec47b8b53f9d5ac89aa0c (diff)
downloadscummvm-rg350-3c11d2fa18e984d6bb024d7e9bd67eb0077cffdf.tar.gz
scummvm-rg350-3c11d2fa18e984d6bb024d7e9bd67eb0077cffdf.tar.bz2
scummvm-rg350-3c11d2fa18e984d6bb024d7e9bd67eb0077cffdf.zip
Move moveScreen to common surface functions for graphics
svn-id: r23218
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);
};