aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/palette.h
diff options
context:
space:
mode:
authorjohndoe1232011-07-04 17:58:38 +0000
committerWillem Jan Palenstijn2013-05-08 20:30:58 +0200
commit21eb88053caa4cc7167f81dba9afc7f0ef89996d (patch)
treebbc1f3e645a55c3dda70bfdbbe3ab075e4e0f13b /engines/neverhood/palette.h
parentbd1749863e45cde53707d0ae38b28825bc0dba2e (diff)
downloadscummvm-rg350-21eb88053caa4cc7167f81dba9afc7f0ef89996d.tar.gz
scummvm-rg350-21eb88053caa4cc7167f81dba9afc7f0ef89996d.tar.bz2
scummvm-rg350-21eb88053caa4cc7167f81dba9afc7f0ef89996d.zip
NEVERHOOD: Implement SmackerScene, SmackerPlayer and related stuff
- The intro video after the logo screens is now played (still needs better sync)
Diffstat (limited to 'engines/neverhood/palette.h')
-rw-r--r--engines/neverhood/palette.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/neverhood/palette.h b/engines/neverhood/palette.h
index 752ae3aedb..e3d95aa7f6 100644
--- a/engines/neverhood/palette.h
+++ b/engines/neverhood/palette.h
@@ -42,6 +42,7 @@ public:
void usePalette();
void addPalette(const char *filename, int toIndex, int count, int fromIndex);
void addPalette(uint32 fileHash, int toIndex, int count, int fromIndex);
+ void copyPalette(const byte *palette, int toIndex, int count, int fromIndex);
void startFadeToBlack(int counter);
void startFadeToWhite(int counter);
protected: