mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
9 lines
143 B
C++
9 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
|