mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 14:19:58 +01:00
9 lines
117 B
C
9 lines
117 B
C
#ifndef _TENTACLE3D_H
|
|
#define _TENTACLE3D_H
|
|
|
|
#include "goom_visual_fx.h"
|
|
|
|
VisualFX tentacle_fx_create(void);
|
|
|
|
#endif
|