#pragma once #include namespace StringUtil { std::string GetFormattedString(const char *Format, ...); }