From 960d79ed5acde4d1dda7c123e224b551c7df7260 Mon Sep 17 00:00:00 2001 From: johndoe123 Date: Thu, 17 May 2018 01:28:06 +1000 Subject: ILLUSIONS: DUCKMAN: Implement video player (cherry picked from commit 62577c8) --- engines/illusions/screen.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/illusions/screen.h') diff --git a/engines/illusions/screen.h b/engines/illusions/screen.h index 4a89c790a4..63750ce635 100644 --- a/engines/illusions/screen.h +++ b/engines/illusions/screen.h @@ -168,6 +168,7 @@ public: uint16 getColorKey2() const { return _colorKey2; } int16 getScreenWidth() const { return _backSurface->w; } int16 getScreenHeight() const { return _backSurface->h; } + Graphics::Surface *getBackSurface() const { return _backSurface; } virtual void decompressSprite(SpriteDecompressQueueItem *item) = 0; virtual void drawSurface(Common::Rect &dstRect, Graphics::Surface *surface, Common::Rect &srcRect, int16 scale, uint32 flags) = 0; virtual void drawText(FontResource *font, Graphics::Surface *surface, int16 x, int16 y, uint16 *text, uint count) = 0; -- cgit v1.2.3