summaryrefslogtreecommitdiffstats
path: root/gst/goom/tentacle3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/goom/tentacle3d.h')
-rw-r--r--gst/goom/tentacle3d.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gst/goom/tentacle3d.h b/gst/goom/tentacle3d.h
new file mode 100644
index 00000000..ad0858fa
--- /dev/null
+++ b/gst/goom/tentacle3d.h
@@ -0,0 +1,8 @@
+#ifndef _TENTACLE3D_H
+#define _TENTACLE3D_H
+
+#include "goom_visual_fx.h"
+
+VisualFX tentacle_fx_create(void);
+
+#endif