t7x/src/client/component/auth.hpp
2023-04-17 21:14:08 +02:00

9 lines
122 B
C++

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