aboutsummaryrefslogtreecommitdiff
path: root/engines/made/screenfx.h
diff options
context:
space:
mode:
authorFilippos Karapetis2008-05-28 23:17:10 +0000
committerFilippos Karapetis2008-05-28 23:17:10 +0000
commitb844e4bd5ad61699144ad4430ef158b9222ca6b3 (patch)
tree0f362a28611fcb52321c799a8feb9ca58614d56d /engines/made/screenfx.h
parentab6c82a8502ede6172f102bd5da8f3817b29a69f (diff)
downloadscummvm-rg350-b844e4bd5ad61699144ad4430ef158b9222ca6b3.tar.gz
scummvm-rg350-b844e4bd5ad61699144ad4430ef158b9222ca6b3.tar.bz2
scummvm-rg350-b844e4bd5ad61699144ad4430ef158b9222ca6b3.zip
Implemented visual effects 11 and 13 (inverse of 10 and 12)
svn-id: r32356
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 1c36b3e1f1..e5023621ae 100644
--- a/engines/made/screenfx.h
+++ b/engines/made/screenfx.h
@@ -57,7 +57,9 @@ private:
void vfx02(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 vfx11(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
void vfx12(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
+ void vfx13(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
void vfx14(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
void vfx15(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
void vfx17(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);