6 lines
54 B
C++
6 lines
54 B
C++
|
#pragma once
|
||
|
|
||
|
namespace auth
|
||
|
{
|
||
|
uint64_t get_guid();
|
||
|
}
|