From bccca104d0635949d328a18d722218ba4bf59f0c Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 31 May 2009 00:42:44 +0000 Subject: - Add support for the Lands of Lore outro TIM file - Cleanup svn-id: r41053 --- engines/kyra/screen_lol.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/kyra/screen_lol.h') diff --git a/engines/kyra/screen_lol.h b/engines/kyra/screen_lol.h index 3b9e370ccc..1ad5379d29 100644 --- a/engines/kyra/screen_lol.h +++ b/engines/kyra/screen_lol.h @@ -82,6 +82,8 @@ public: void copyBlockAndApplyOverlay(int page1, int x1, int y1, int page2, int x2, int y2, int w, int h, int dim, uint8 *ovl); void applyOverlaySpecial(int page1, int x1, int y1, int page2, int x2, int y2, int w, int h, int dim, int flag, uint8 *ovl); + void copyBlockAndApplyOverlayOutro(int srcPage, int dstPage, const uint8 *ovl); + uint8 getShapePaletteSize(const uint8 *shp); uint8 *_paletteOverlay1; -- cgit v1.2.3