#ifndef STORM_UNICODE_HPP #define STORM_UNICODE_HPP #include uint32_t SUniSGetUTF8(const uint8_t* strptr, int32_t* chars); #endif