mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
12 lines
244 B
C++
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
|