#pragma once #include struct Animation { sf::Texture texture; unsigned count; unsigned duration; std::string name; bool loop; unsigned width; unsigned dir; };