11 #include <SFML/Graphics/Color.hpp>
21 sf::Vector2f m_coordinate;
22 sf::Color m_backgroundColor;
23 std::vector<std::vector<int>> m_shader;
24 std::vector<sf::Color> m_originalColors;
26 std::vector<std::vector<int>> dir_largeEraser;
32 Erase(sf::Vector2f coordinate,
App* app,
int flag, std::string command);
35 #endif //APP_ERASE_HPP