whoa/src/glue/Character.hpp

9 lines
153 B
C++

#ifndef GLUE_CHARACTER_HPP
#define GLUE_CHARACTER_HPP
#include <cstdint>
void ValidateNameInitialize(int32_t localeMask, int32_t charsetMask);
#endif