From 9d4776ebc53218786a263279bc5868fc5947b7a5 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Mon, 25 May 2009 22:58:05 +0000 Subject: LOL: implemented support for the mine car svn-id: r40897 --- engines/kyra/screen_lol.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/kyra/screen_lol.h') diff --git a/engines/kyra/screen_lol.h b/engines/kyra/screen_lol.h index 7ef73bddcb..dbfe350466 100644 --- a/engines/kyra/screen_lol.h +++ b/engines/kyra/screen_lol.h @@ -55,6 +55,9 @@ public: // smooth scrolling void backupSceneWindow(int srcPageNum, int dstPageNum); void restoreSceneWindow(int srcPageNum, int dstPageNum); + void clearGuiShapeMemory(int pageNum); + void copyGuiShapeFromSceneBackupBuffer(int srcPageNum, uint8 *dstBuffer); + void copyGuiShapeToSurface(uint8 *srcBuffer, int dstPageNum); void smoothScrollZoomStepTop(int srcPageNum, int dstPageNum, int x, int y); void smoothScrollZoomStepBottom(int srcPageNum, int dstPageNum, int x, int y); void smoothScrollHorizontalStep(int pageNum, int x, int u2, int w); -- cgit v1.2.3