aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/sequenceopcodes.h
diff options
context:
space:
mode:
authorjohndoe1232014-04-14 15:49:11 +0200
committerEugene Sandulenko2018-07-20 06:43:33 +0000
commite9a443fcd94bdfa10149596d668dafb660ed60e0 (patch)
tree06cfdcb1a3b447d196110fb7b0c891d0621d97bd /engines/illusions/sequenceopcodes.h
parent097d130e7dd5de95050e800419f4d07aabb7562b (diff)
downloadscummvm-rg350-e9a443fcd94bdfa10149596d668dafb660ed60e0.tar.gz
scummvm-rg350-e9a443fcd94bdfa10149596d668dafb660ed60e0.tar.bz2
scummvm-rg350-e9a443fcd94bdfa10149596d668dafb660ed60e0.zip
ILLUSIONS: Implement palette shifting and color shadow table
Diffstat (limited to 'engines/illusions/sequenceopcodes.h')
-rw-r--r--engines/illusions/sequenceopcodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/illusions/sequenceopcodes.h b/engines/illusions/sequenceopcodes.h
index f423d07b10..384507e0fa 100644
--- a/engines/illusions/sequenceopcodes.h
+++ b/engines/illusions/sequenceopcodes.h
@@ -77,6 +77,7 @@ protected:
void opSetPriorityLayer(Control *control, OpCall &opCall);
void opDisableAutoRegionLayer(Control *control, OpCall &opCall);
void opSetRegionLayer(Control *control, OpCall &opCall);
+ void opShiftPalette(Control *control, OpCall &opCall);
void opPlaySound(Control *control, OpCall &opCall);
void opStopSound(Control *control, OpCall &opCall);
void opStartScriptThread(Control *control, OpCall &opCall);