t7x/src/client/component/auth.hpp

9 lines
122 B
C++
Raw Normal View History

#pragma once
namespace auth
{
uint64_t get_guid();
2023-04-17 12:42:52 -04:00
uint64_t get_guid(size_t client_num);
2023-04-17 15:13:18 -04:00
void clear_stored_guids();
}