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