MythTV master
tentacle3d.h
Go to the documentation of this file.
1#ifndef TENTACLE3D_H
2#define TENTACLE3D_H
3
4void tentacle_new (void);
5void tentacle_update(int *buf, int *back, int W, int H, GoomDualData&, float, int drawit);
6void tentacle_free (void);
7
8#endif // TENTACLE3D_H
static guint32 * back
Definition: goom_core.cpp:25
std::array< GoomSingleData, 2 > GoomDualData
Definition: goom_core.h:13
void tentacle_new(void)
Definition: tentacle3d.cpp:28
void tentacle_free(void)
Definition: tentacle3d.cpp:21
void tentacle_update(int *buf, int *back, int W, int H, GoomDualData &, float, int drawit)
Definition: tentacle3d.cpp:142