diff options
author | Andre Heider | 2009-01-20 15:21:47 +0000 |
---|---|---|
committer | Andre Heider | 2009-01-20 15:21:47 +0000 |
commit | 311b267863d6c0202e5723504e98aa78206763e2 (patch) | |
tree | 7d4f64ec01b72846705e40cb393b996e6d4b0de5 /graphics/surface.h | |
parent | b2a9393eeebb5b24f1d70cf163c21ef9c0ccd4c5 (diff) | |
download | scummvm-rg350-311b267863d6c0202e5723504e98aa78206763e2.tar.gz scummvm-rg350-311b267863d6c0202e5723504e98aa78206763e2.tar.bz2 scummvm-rg350-311b267863d6c0202e5723504e98aa78206763e2.zip |
merge SurfaceKeyColored into Surface
svn-id: r35951
Diffstat (limited to 'graphics/surface.h')
-rw-r--r-- | graphics/surface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/surface.h b/graphics/surface.h index 20ab816236..e03db227ee 100644 --- a/graphics/surface.h +++ b/graphics/surface.h @@ -78,6 +78,8 @@ struct Surface { void frameRect(const Common::Rect &r, uint32 color); // See comment in graphics/surface.cpp about it void move(int dx, int dy, int height); + + void blit(Surface *surf_src, int16 x, int16 y, OverlayColor transparent); }; /** |