X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FAnimation.h;h=a224f548590c4af16edad31b32c1ab596881df3d;hb=7df7c6eca83c2b5c0ee17c55340d8863f9d638f5;hp=f70379daf45603b9cc53e4c08c0f2c958e838ca4;hpb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;p=l2e.git diff --git a/src/graphics/Animation.h b/src/graphics/Animation.h index f70379d..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; @@ -112,4 +113,4 @@ private: } -#endif /* GRAPHICS_SIMPLEANIMATION_H_ */ +#endif