#include "../../include/mglpp/system/Utf8.hpp" extern "C" { #include } namespace mgl { bool utf8_decode(const unsigned char *str, size_t size, uint32_t *decoded_codepoint, size_t *codepoint_length) { return mgl_utf8_decode(str, size, decoded_codepoint, codepoint_length); } }