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 uint32_t * back
Definition: goom_core.cpp:27
std::array< GoomSingleData, 2 > GoomDualData
Definition: goom_core.h:12
void tentacle_new(void)
Definition: tentacle3d.cpp:30
void tentacle_free(void)
Definition: tentacle3d.cpp:23
void tentacle_update(int *buf, int *back, int W, int H, GoomDualData &, float, int drawit)
Definition: tentacle3d.cpp:144