h1-mod/src/client/component/auth.hpp
2022-02-03 11:05:24 -08:00

6 lines
54 B
C++

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