From 51c22d99050196c0ba528204e9db3609ae3e27ae Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 23 Dec 2008 22:37:24 +0000 Subject: Added stubs for the missing visual effect opcodes svn-id: r35512 --- engines/made/screenfx.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/made/screenfx.h') diff --git a/engines/made/screenfx.h b/engines/made/screenfx.h index 61fb426c4c..18fcbd29ce 100644 --- a/engines/made/screenfx.h +++ b/engines/made/screenfx.h @@ -53,6 +53,7 @@ private: void setBlendedPalette(byte *palette, byte *newPalette, int colorCount, int16 value, int16 maxValue); 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); @@ -61,6 +62,7 @@ private: 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 vfx08(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); @@ -70,6 +72,9 @@ private: 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); + void vfx18(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount); + void vfx19(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount); + void vfx20(Graphics::Surface *surface, byte *palette, byte *newPalette, int colorCount); }; } // End of namespace Made -- cgit v1.2.3