iw4x-client/iw4/Utils/Utils.hpp
2015-12-24 14:28:08 +01:00

7 lines
161 B
C++

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