aboutsummaryrefslogtreecommitdiff
path: root/engines/made/screenfx.h
diff options
context:
space:
mode:
authorBenjamin Haisch2008-10-18 21:28:05 +0000
committerBenjamin Haisch2008-10-18 21:28:05 +0000
commit53163a4284d1f8a2337045c86ea28ae3444b8ba5 (patch)
treed1ea8b90b714c34ee56d469557ec35b994b524af /engines/made/screenfx.h
parent6e177e64df899c6c9d64ec99db5c476b8bd75d9c (diff)
downloadscummvm-rg350-53163a4284d1f8a2337045c86ea28ae3444b8ba5.tar.gz
scummvm-rg350-53163a4284d1f8a2337045c86ea28ae3444b8ba5.tar.bz2
scummvm-rg350-53163a4284d1f8a2337045c86ea28ae3444b8ba5.zip
Implemented visual effects 1, 3, 4, 5, 6, 7 and 16
svn-id: r34823
Diffstat (limited to 'engines/made/screenfx.h')
-rw-r--r--engines/made/screenfx.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/made/screenfx.h b/engines/made/screenfx.h
index e5023621ae..61fb426c4c 100644
--- a/engines/made/screenfx.h
+++ b/engines/made/screenfx.h
@@ -54,7 +54,13 @@ private:
void copyFxRect(Graphics::Surface *surface, int16 x1, int16 y1, int16 x2, int16 y2);
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 vfx01(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
void vfx02(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
+ void vfx03(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
+ void vfx04(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
+ void vfx05(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
+ void vfx06(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
+ void vfx07(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);
@@ -62,6 +68,7 @@ private:
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 vfx16(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
void vfx17(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount);
};