aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_lol.h
diff options
context:
space:
mode:
authorFlorian Kagerer2009-05-25 22:58:05 +0000
committerFlorian Kagerer2009-05-25 22:58:05 +0000
commit9d4776ebc53218786a263279bc5868fc5947b7a5 (patch)
tree7f3a622300e718872256d753e4b81aa530408f7d /engines/kyra/screen_lol.h
parentb9bdded269edea6bb63931894f523254008f46a6 (diff)
downloadscummvm-rg350-9d4776ebc53218786a263279bc5868fc5947b7a5.tar.gz
scummvm-rg350-9d4776ebc53218786a263279bc5868fc5947b7a5.tar.bz2
scummvm-rg350-9d4776ebc53218786a263279bc5868fc5947b7a5.zip
LOL: implemented support for the mine car
svn-id: r40897
Diffstat (limited to 'engines/kyra/screen_lol.h')
-rw-r--r--engines/kyra/screen_lol.h3
1 files changed, 3 insertions, 0 deletions
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);