summaryrefslogtreecommitdiffstats
path: root/gst/goom/tentacle3d.h
blob: ad0858fadf0e2f96dee07e159f32ca6cafdf7a2a (plain)
1
2
3
4
5
6
7
8
#ifndef _TENTACLE3D_H
#define _TENTACLE3D_H

#include "goom_visual_fx.h"

VisualFX tentacle_fx_create(void);

#endif