whoa/src/glue/Character.hpp
2025-10-06 21:55:47 -05:00

12 lines
244 B
C++

#ifndef GLUE_CHARACTER_HPP
#define GLUE_CHARACTER_HPP
#include "util/Locale.hpp"
#include <cstdint>
bool NameNeedsDeclension(WOW_LOCALE locale, const char* name);
void ValidateNameInitialize(int32_t localeMask, int32_t charsetMask);
#endif