#include "animatable.h" namespace vb01{ using namespace std; Animatable::Animatable(string name){ this->name = name; } }