aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-31 00:42:44 +0000
committerJohannes Schickel2009-05-31 00:42:44 +0000
commitbccca104d0635949d328a18d722218ba4bf59f0c (patch)
tree783e91b71af82e0ec2fa8816dc19d597beeb68c8 /engines/kyra/screen_lol.h
parentf2516e648ea1d7a3460895b72068b3c597f48d71 (diff)
downloadscummvm-rg350-bccca104d0635949d328a18d722218ba4bf59f0c.tar.gz
scummvm-rg350-bccca104d0635949d328a18d722218ba4bf59f0c.tar.bz2
scummvm-rg350-bccca104d0635949d328a18d722218ba4bf59f0c.zip
- Add support for the Lands of Lore outro TIM file
- Cleanup svn-id: r41053
Diffstat (limited to 'engines/kyra/screen_lol.h')
-rw-r--r--engines/kyra/screen_lol.h2
1 files changed, 2 insertions, 0 deletions
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;