#pragma once #include "animator.h" #include "animation.h" class Animator { public: void doanimation(Animation animation); void update(); };