mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(unicode): add SUniSGetUTF8
This commit is contained in:
parent
d6c0d8a739
commit
4bef36fcae
3 changed files with 99 additions and 0 deletions
8
storm/Unicode.hpp
Normal file
8
storm/Unicode.hpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef STORM_UNICODE_HPP
|
||||
#define STORM_UNICODE_HPP
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
uint32_t SUniSGetUTF8(const uint8_t* strptr, int32_t* chars);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue