#include "Assets.hpp" Assets::~Assets() { } const std::vector& Assets::getAnimations() { return animations; } void Assets::store(const TextureAnimation& animation) { animations.emplace_back(animation); }