aboutsummaryrefslogtreecommitdiff
path: root/engines/made/screenfx.h
diff options
context:
space:
mode:
authorBenjamin Haisch2008-05-20 18:01:26 +0000
committerBenjamin Haisch2008-05-20 18:01:26 +0000
commiteb354bbe02572ea1b18084e424be54b7ad666bfc (patch)
tree9f29e036f5373a2e891a4c8f827a68f4ff1ee751 /engines/made/screenfx.h
parentcc08a4953d3cf1af0146b29c63f8f72803f1ca48 (diff)
downloadscummvm-rg350-eb354bbe02572ea1b18084e424be54b7ad666bfc.tar.gz
scummvm-rg350-eb354bbe02572ea1b18084e424be54b7ad666bfc.tar.bz2
scummvm-rg350-eb354bbe02572ea1b18084e424be54b7ad666bfc.zip
Implemented visual effects 10 and 12
svn-id: r32196
Diffstat (limited to 'engines/made/screenfx.h')
-rw-r--r--engines/made/screenfx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/made/screenfx.h b/engines/made/screenfx.h
index e1f877b42e..f0e706318f 100644
--- a/engines/made/screenfx.h
+++ b/engines/made/screenfx.h
@@ -54,6 +54,8 @@ private:
void copyRect(Graphics::Surface *surface, int16 x1, int16 y1, int16 x2, int16 y2);
void vfx00(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
void vfx09(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
+ void vfx10(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
+ void vfx12(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
void vfx14(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
void vfx17(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
};