#pragma once #include #include namespace dchat { class ResourceCache { public: static const sf::Font& getFont(const std::string &filepath); }; }