#pragma once #include #include namespace hkString { int strCmp(const char* s1, const char* s2); hkBool beginsWith(const char* str, const char* prefix); hkBool endsWith(const char* str, const char* suffix); } // namespace hkString