aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/managers/AnimationManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/managers/AnimationManager.hpp')
-rw-r--r--src/managers/AnimationManager.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/managers/AnimationManager.hpp b/src/managers/AnimationManager.hpp
index 8d2c86b6..14d6c3ac 100644
--- a/src/managers/AnimationManager.hpp
+++ b/src/managers/AnimationManager.hpp
@@ -2,12 +2,15 @@
#include "../defines.hpp"
#include <list>
+#include "../helpers/AnimatedVariable.hpp"
class CAnimationManager {
public:
void tick();
+ std::list<CAnimatedVariable*> m_lAnimatedVariables;
+
private:
bool deltaSmallToFlip(const Vector2D& a, const Vector2D& b);
bool deltaSmallToFlip(const CColor& a, const CColor& b);