summaryrefslogtreecommitdiff
path: root/src/post/goom/goom_fx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/goom/goom_fx.h')
-rw-r--r--src/post/goom/goom_fx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/post/goom/goom_fx.h b/src/post/goom/goom_fx.h
index fec5e2b40..e672ece3d 100644
--- a/src/post/goom/goom_fx.h
+++ b/src/post/goom/goom_fx.h
@@ -4,10 +4,9 @@
#include "goom_visual_fx.h"
#include "goom_plugin_info.h"
-VisualFX convolve_create (void);
+VisualFX convolve_create ();
VisualFX flying_star_create (void);
void zoom_filter_c(int sizeX, int sizeY, Pixel *src, Pixel *dest, int *brutS, int *brutD, int buffratio, int precalCoef[16][16]);
-void create_output_with_brightness(Pixel *src, Pixel *dest, int screensize, int iff);
#endif