blob: e79cbc1d48c7b484753228112bb1aff4a251d36f (
plain)
1
2
3
4
5
6
7
8
9
|
#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);
#endif
|