t7x/src/client/component/auth.hpp
2022-11-21 20:45:29 +01:00

7 lines
55 B
C++

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