t7x/src/client/component/chat.hpp

7 lines
82 B
C++
Raw Normal View History

#pragma once
namespace chat
{
const char* GetClientName(const uint64_t xuid);
}