summaryrefslogtreecommitdiff
path: root/src/post/goom/tentacle3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post/goom/tentacle3d.h')
-rwxr-xr-xsrc/post/goom/tentacle3d.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/post/goom/tentacle3d.h b/src/post/goom/tentacle3d.h
index e79cbc1d4..adc5f7721 100755
--- a/src/post/goom/tentacle3d.h
+++ b/src/post/goom/tentacle3d.h
@@ -1,9 +1,8 @@
#ifndef _TENTACLE3D_H
#define _TENTACLE3D_H
-void tentacle_new (void);
-void tentacle_update(int *buf, int *back, int W, int H,
- short[2][512], float, int drawit);
-void tentacle_free (void);
+#include "goom_visual_fx.h"
+
+VisualFX tentacle_fx_create();
#endif