diff options
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); }; /** |