summaryrefslogtreecommitdiff
path: root/src/post/goom/tentacle3d.h
blob: adc5f77217eeea65fd65e90781ebdc16d38068c6 (plain)
1
2
3
4
5
6
7
8
#ifndef _TENTACLE3D_H
#define _TENTACLE3D_H

#include "goom_visual_fx.h"

VisualFX tentacle_fx_create();

#endif