#pragma once #include #include typedef std::function WriteCB; bool parse_ansi(std::wstring_view codes, sf::Color default_fg, sf::Color default_bg, WriteCB write);