t7x/src/client/component/auth.hpp
2023-04-17 18:42:52 +02:00

8 lines
94 B
C++

#pragma once
namespace auth
{
uint64_t get_guid();
uint64_t get_guid(size_t client_num);
}