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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/post/goom/goom_fx.h b/src/post/goom/goom_fx.h
new file mode 100644
index 000000000..0a0e1287b
--- /dev/null
+++ b/src/post/goom/goom_fx.h
@@ -0,0 +1,10 @@
+#ifndef _GOOM_FX_H
+#define _GOOM_FX_H
+
+#include "goom_visual_fx.h"
+#include "goom_plugin_info.h"
+
+VisualFX convolve_create ();
+VisualFX flying_star_create ();
+
+#endif