h1-mod/src/client/component/auth.hpp

6 lines
54 B
C++
Raw Normal View History

2022-02-03 14:05:24 -05:00
#pragma once
namespace auth
{
uint64_t get_guid();
}