squall/storm/Unicode.hpp
2020-11-22 00:12:24 -06:00

8 lines
143 B
C++

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