mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
9 lines
153 B
C++
9 lines
153 B
C++
#ifndef GLUE_CHARACTER_HPP
|
|
#define GLUE_CHARACTER_HPP
|
|
|
|
#include <cstdint>
|
|
|
|
void ValidateNameInitialize(int32_t localeMask, int32_t charsetMask);
|
|
|
|
#endif
|