aboutsummaryrefslogtreecommitdiff
path: root/kyra/screen.h
diff options
context:
space:
mode:
authorJohannes Schickel2005-12-22 18:14:52 +0000
committerJohannes Schickel2005-12-22 18:14:52 +0000
commitc36104ac0ca2f350decd4622a70690f651ce7446 (patch)
tree403115fbfe7c9c5a13304f2f007882989e3c4c8d /kyra/screen.h
parentd468c48bdaafcd15cc808115ecc9991d11f44c76 (diff)
downloadscummvm-rg350-c36104ac0ca2f350decd4622a70690f651ce7446.tar.gz
scummvm-rg350-c36104ac0ca2f350decd4622a70690f651ce7446.tar.bz2
scummvm-rg350-c36104ac0ca2f350decd4622a70690f651ce7446.zip
Completed implementation of processItemDrop
also changed implementation of itemDropDown a bit. Implemented new opcodes: - cmd_fadeSpecialPalette - cmd_setCustomPaletteRange svn-id: r19828
Diffstat (limited to 'kyra/screen.h')
-rw-r--r--kyra/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kyra/screen.h b/kyra/screen.h
index 1266719c1c..f64a0fb07d 100644
--- a/kyra/screen.h
+++ b/kyra/screen.h
@@ -92,6 +92,7 @@ public:
void setPagePixel(int pageNum, int x, int y, uint8 color);
void fadeFromBlack();
void fadeToBlack();
+ void fadeSpecialPalette(int palIndex, int startIndex, int size, int fadeTime);
void fadePalette(const uint8 *palData, int delay);
void setScreenPalette(const uint8 *palData);
void copyToPage0(int y, int h, uint8 page, uint8 *seqBuf);