aboutsummaryrefslogtreecommitdiff
path: root/engines/made/screenfx.h
diff options
context:
space:
mode:
authorPaul Gilbert2009-01-11 11:15:16 +0000
committerPaul Gilbert2009-01-11 11:15:16 +0000
commit138c1936a4be0b7c7644a0ca81b3492cf986e08d (patch)
treee605982daf7ee6f39f4fc3e5704693b8891142b2 /engines/made/screenfx.h
parent954a1d27d8705fa31a0cbf2f6a6597f4522b9071 (diff)
downloadscummvm-rg350-138c1936a4be0b7c7644a0ca81b3492cf986e08d.tar.gz
scummvm-rg350-138c1936a4be0b7c7644a0ca81b3492cf986e08d.tar.bz2
scummvm-rg350-138c1936a4be0b7c7644a0ca81b3492cf986e08d.zip
Completed screen vfx #8, and also implemented screen vfx #18
svn-id: r35822
Diffstat (limited to 'engines/made/screenfx.h')
-rw-r--r--engines/made/screenfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/made/screenfx.h b/engines/made/screenfx.h
index 7852855301..ef1dc6ef7c 100644
--- a/engines/made/screenfx.h
+++ b/engines/made/screenfx.h
@@ -54,6 +54,7 @@ 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,
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);