#pragma once #include namespace platform { extern std::string GetLocalizedTypeName(std::string const & type); } // namespace platform