Added idle func animation
[ludumice] / src / tentacle.h
index cb07a35..1b83afd 100644 (file)
@@ -14,7 +14,7 @@ public:
 
        bool init();
        void add_control_point(const Vec3 &point);
-       void draw();
+       void draw(long time);
 };
 
 #endif // TENTACLE_H_