#pragma once #include <SFML/Graphics.hpp> struct Animation { sf::Texture texture; unsigned count; unsigned duration; std::string name; bool loop; };