aboutsummaryrefslogtreecommitdiff
path: root/engines/made/screenfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/made/screenfx.h')
-rw-r--r--engines/made/screenfx.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/engines/made/screenfx.h b/engines/made/screenfx.h
index 50716c3333..9004cc9a35 100644
--- a/engines/made/screenfx.h
+++ b/engines/made/screenfx.h
@@ -53,10 +53,7 @@ private:
void setPalette(byte *palette);
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,
- int xd = -1, int yd = -1);
- void reposition(int16 x1, int16 y1, int16 x2, int16 y2, int xd, int yd);
-
+
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);