X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FAnimation.h;h=a224f548590c4af16edad31b32c1ab596881df3d;hb=7df7c6eca83c2b5c0ee17c55340d8863f9d638f5;hp=3791df4a75a185cc9463352f647ec36855d9853e;hpb=4309d259becd96ead792678257e910c03a6b4a3d;p=l2e.git diff --git a/src/graphics/Animation.h b/src/graphics/Animation.h index 3791df4..a224f54 100644 --- a/src/graphics/Animation.h +++ b/src/graphics/Animation.h @@ -72,6 +72,7 @@ public: void Start(app::State &ctrl); void Start(app::Application &ctrl); + void Synchronize(const AnimationRunner &other) { timer = other.timer; } void Stop(); bool Started() const; bool Running() const;