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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/made/screenfx.h b/engines/made/screenfx.h
index 9004cc9a35..912eb8e0f7 100644
--- a/engines/made/screenfx.h
+++ b/engines/made/screenfx.h
@@ -53,7 +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 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);