#ifndef SWORDCE_H #define SWORDCE_H #include #include wchar_t *strtowstr(const char *str); char *wstrtostr(const wchar_t *str); int stricmp(const char *s1, const char *s2); namespace sword { int stricmp(const char *s1, const char *s2); } #endif