aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mortevielle/graphics.h')
-rw-r--r--engines/mortevielle/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mortevielle/graphics.h b/engines/mortevielle/graphics.h
index 376b9e5e85..0b265469df 100644
--- a/engines/mortevielle/graphics.h
+++ b/engines/mortevielle/graphics.h
@@ -82,6 +82,7 @@ public:
Graphics::Surface lockArea(const Common::Rect &bounds);
void updateScreen();
void drawPicture(GfxSurface &surface, int x, int y);
+ void copyFrom(Graphics::Surface &src, int x, int y);
void writeCharacter(const Common::Point &pt, unsigned char ch, int palIndex);
void drawBox(int x, int y, int dx, int dy, int col);
void fillBox(int colour, const Common::Rect &bounds, int patt);