iw4x-client/iw4/Utils/Utils.hpp

7 lines
161 B
C++
Raw Normal View History

2015-12-23 08:45:53 -05:00
namespace Utils
{
const char *VA(const char *fmt, ...);
std::string StrToLower(std::string input);
2015-12-24 08:28:08 -05:00
bool EndsWith(const char* heystack, const char* needle);
2015-12-23 08:45:53 -05:00
}