6 lines
54 B
C++
Raw Normal View History

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