From bace3ec042d1d7bdb2cea48f06d0af4dacbcc375 Mon Sep 17 00:00:00 2001 From: Daniel Karbach Date: Fri, 18 Jan 2013 22:44:51 -0600 Subject: [PATCH] added animation synchronization function --- src/graphics/Animation.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2