diff options
Diffstat (limited to 'src/post/goom/tentacle3d.h')
-rwxr-xr-x | src/post/goom/tentacle3d.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/post/goom/tentacle3d.h b/src/post/goom/tentacle3d.h new file mode 100755 index 000000000..ab7e4c07d --- /dev/null +++ b/src/post/goom/tentacle3d.h @@ -0,0 +1,9 @@ +#ifndef _TENTACLE3D_H +#define _TENTACLE3D_H + +void tentacle_new (); +void tentacle_update(int *buf, int *back, int W, int H, + short[2][512], float, int drawit); +void tentacle_free (); + +#endif |