aboutsummaryrefslogtreecommitdiff
path: root/engines/made/screenfx.h
diff options
context:
space:
mode:
authorFilippos Karapetis2009-03-14 17:32:43 +0000
committerFilippos Karapetis2009-03-14 17:32:43 +0000
commit79d84321285fd1bbdc7594a6eca402afc528ea04 (patch)
tree3b897cc648d9c62bf9d9d66cf39b90d3c46c5340 /engines/made/screenfx.h
parent5433adc69ba55f0a6be017cd1a5d5f20f49b0240 (diff)
downloadscummvm-rg350-79d84321285fd1bbdc7594a6eca402afc528ea04.tar.gz
scummvm-rg350-79d84321285fd1bbdc7594a6eca402afc528ea04.tar.bz2
scummvm-rg350-79d84321285fd1bbdc7594a6eca402afc528ea04.zip
Simplified screen effects. Removed copyRect() and reposition()
svn-id: r39401
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);