iw4x-client/iw4/Utils/Utils.hpp

6 lines
103 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);
}