]> git.tdb.fi Git - libs/demoscene.git/blobdiff - source/animate.h
Stop the animation when the action ends
[libs/demoscene.git] / source / animate.h
index 7c8165c6fcb3ee20bb657d1122ce16e77293c095..ef497fa6b36d56dfaad6fee9fce41488b575b51a 100644 (file)
@@ -36,6 +36,7 @@ public:
        virtual void validate() const;
 
        virtual void start(float, float);
+       virtual void end(float);
 };
 
 } // namespace DemoScene