iw4x-client/iw4/Utils/Utils.hpp
2015-12-23 14:45:53 +01:00

6 lines
103 B
C++

namespace Utils
{
const char *VA(const char *fmt, ...);
std::string StrToLower(std::string input);
}