mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
9 lines
117 B
C
9 lines
117 B
C
|
#ifndef _TENTACLE3D_H
|
||
|
#define _TENTACLE3D_H
|
||
|
|
||
|
#include "goom_visual_fx.h"
|
||
|
|
||
|
VisualFX tentacle_fx_create(void);
|
||
|
|
||
|
#endif
|