squall/storm/Unicode.hpp

9 lines
143 B
C++
Raw Normal View History

2020-11-22 00:12:24 -06:00
#ifndef STORM_UNICODE_HPP
#define STORM_UNICODE_HPP
#include <cstdint>
uint32_t SUniSGetUTF8(const uint8_t* strptr, int32_t* chars);
#endif