aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorMax Horn2005-04-26 15:42:35 +0000
committerMax Horn2005-04-26 15:42:35 +0000
commit3a4dafeaa37226d652eb2e00f92ab73d0acc517e (patch)
treeefc0881f380b13446244f49d4653b7e1775ef4f6 /scumm/intern.h
parentab5355831540e802e838b8872e09db3c3ea97b7a (diff)
downloadscummvm-rg350-3a4dafeaa37226d652eb2e00f92ab73d0acc517e.tar.gz
scummvm-rg350-3a4dafeaa37226d652eb2e00f92ab73d0acc517e.tar.bz2
scummvm-rg350-3a4dafeaa37226d652eb2e00f92ab73d0acc517e.zip
desaturatePalette is V8 specific
svn-id: r17827
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 7e19084005..994fcef753 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -1307,6 +1307,10 @@ protected:
virtual int getObjectIdFromOBIM(const byte *obim);
+
+ void desaturatePalette(int hueScale, int satScale, int lightScale, int startColor, int endColor);
+
+
/* Version 8 script opcodes */
void o8_mod();
void o8_wait();