#pragma once #include namespace Platform { bool SetupFonts(); std::string FindResourceFolder(); std::string FindConfigFile(); }