#pragma once #include namespace Common { std::string FormatString(const char* format, ...); }